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

ci: 🏗️ more

pull/4329/head
tidusjar 3 years ago
parent 1b66e740e5
commit 42b14c9314

@ -114,9 +114,9 @@ jobs:
run: |
ls
cd ${{ matrix.os }}
sudo mkdir -p /ClientApp
sudo mkdir /ClientApp
cd ClientApp
sudo mkdir -p /dist
sudo mkdir /dist
cd ..
cd ..
ls

Loading…
Cancel
Save