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

Update deploy for testing

pull/1680/head
FonduemangVI 12 months ago
parent fdc2b2d0af
commit f5364e7b11

@ -26,8 +26,8 @@ jobs:
run: pip install -r docs/requirements.txt
- name: Build documentation
run: mkdocs build
deploy:
if: github.event_name == 'push' && contains(fromJson('["refs/heads/master", "refs/heads/main"]'), github.ref)
needs: build
name: Deploy docs
runs-on: ubuntu-latest

Loading…
Cancel
Save