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/29a8635152a9cdb061c0d989e913be5a7e7a863b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
6 additions and
6 deletions
@ -8,7 +8,7 @@ jobs:
name : Build docs
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3.5. 0
- uses : actions/checkout@v3.5. 2
- uses : actions/setup-python@v4.5.0
with:
python-version : 3. x
@ -25,7 +25,7 @@ jobs:
name : Deploy docs
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3.5. 0
- uses : actions/checkout@v3.5. 2
with:
fetch-depth : '0'
- uses : actions/setup-python@v4.5.0
@ -7,7 +7,7 @@ jobs:
editorconfig-checker:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3.5. 0
- uses : actions/checkout@v3.5. 2
- name : editorconfig-checker
run : |
docker run --rm \
@ -17,7 +17,7 @@ jobs:
markdownlint:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3.5. 0
- uses : actions/checkout@v3.5. 2
- name : markdownlint
run : |
find "${GITHUB_WORKSPACE}" -name '*.md' -exec \
@ -30,7 +30,7 @@ jobs:
yamllint:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3.5. 0
- uses : actions/checkout@v3.5. 2
- name : yamllint
run : |
find "${GITHUB_WORKSPACE}" -name '*.yaml' -o -name '*.yml' -exec \
@ -17,7 +17,7 @@ jobs:
runs-on : ubuntu-latest
name : Validate metadata.json
steps:
- uses : actions/checkout@v3.5. 0
- uses : actions/checkout@v3.5. 2
- uses : actions/setup-python@v4.5.0
with:
python-version : "3.x"