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/886880be6ccce2525f8eeb4a11f5a10cd2818c51
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
13 additions and
13 deletions
@ -3,11 +3,11 @@ updates:
- package-ecosystem : github-actions
directory : "/"
schedule:
interval : dai ly
interval : week ly
open-pull-requests-limit : 10
- package-ecosystem : pip
directory : "/"
schedule:
interval : dai ly
interval : week ly
open-pull-requests-limit : 10
@ -8,11 +8,11 @@ jobs:
name : Build docs
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3
- uses : actions/setup-python@v4
- uses : actions/checkout@v3 .0.0
- uses : actions/setup-python@v4 .0.0
with:
python-version : 3. x
- uses : actions/cache@v3
- uses : actions/cache@v3 .0.0
with:
key : ${{ github.ref }}
path : .cache
@ -25,13 +25,13 @@ jobs:
name : Deploy docs
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3
- uses : actions/checkout@v3 .0.0
with:
fetch-depth : '0'
- uses : actions/setup-python@v4
- uses : actions/setup-python@v4 .0.0
with:
python-version : 3. x
- uses : actions/cache@v3
- uses : actions/cache@v3 .0.0
with:
key : ${{ github.ref }}
path : .cache
@ -7,7 +7,7 @@ jobs:
editorconfig-checker:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3
- uses : actions/checkout@v3 .0.0
- name : editorconfig-checker
run : |
docker run --rm \
@ -17,7 +17,7 @@ jobs:
markdownlint:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3
- uses : actions/checkout@v3 .0.0
- name : markdownlint
run : |
find "${GITHUB_WORKSPACE}" -name '*.md' -exec \
@ -30,7 +30,7 @@ jobs:
yamllint:
runs-on : ubuntu-latest
steps:
- uses : actions/checkout@v3
- uses : actions/checkout@v3 .0.0
- name : yamllint
run : |
find "${GITHUB_WORKSPACE}" -name '*.yaml' -o -name '*.yml' -exec \
@ -17,8 +17,8 @@ jobs:
runs-on : ubuntu-latest
name : Validate metadata.json
steps:
- uses : actions/checkout@v3
- uses : actions/setup-python@v4
- uses : actions/checkout@v3 .0.0
- uses : actions/setup-python@v4 .0.0
with:
python-version : "3.x"
- run : pip install jsonschema