Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/ea8fe208d01e69eb3112bc92e9473beacd83ae93 You should set ROOT_URL correctly, otherwise the web may not work correctly.

make sure that make is installed when building binary frontend.

pull/325/head
Jason Kulatunga 3 years ago
parent 772b4f6528
commit ea8fe208d0

@ -19,6 +19,7 @@ jobs:
run: "cd webapp/frontend && ./git.version.sh"
- name: Build Frontend
run: |
apt-get update && apt-get install -y make
make binary-frontend
tar -czf scrutiny-web-frontend.tar.gz dist
- name: Upload Frontend Asset

Loading…
Cancel
Save