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/8c684f855d5a714c4d0b14c57533da5c3b59cdda?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
6 additions and
6 deletions
@ -12,7 +12,7 @@ jobs:
cancel-in-progress : true
cancel-in-progress : true
steps:
steps:
- name : Checkout repository
- name : Checkout repository
uses : actions/checkout@v4.1. 1
uses : actions/checkout@v4.1. 2
with:
with:
fetch-depth : 0
fetch-depth : 0
sparse-checkout : |
sparse-checkout : |
@ -52,7 +52,7 @@ jobs:
cancel-in-progress : true
cancel-in-progress : true
steps:
steps:
- name : Checkout repository
- name : Checkout repository
uses : actions/checkout@v4.1. 1
uses : actions/checkout@v4.1. 2
with:
with:
fetch-depth : 0
fetch-depth : 0
sparse-checkout : |
sparse-checkout : |
@ -6,7 +6,7 @@ jobs:
editorconfig-checker:
editorconfig-checker:
runs-on : ubuntu-latest
runs-on : ubuntu-latest
steps:
steps:
- uses : actions/checkout@v4.1. 1
- uses : actions/checkout@v4.1. 2
- name : editorconfig-checker
- name : editorconfig-checker
run : |
run : |
docker run --rm \
docker run --rm \
@ -6,7 +6,7 @@ jobs:
markdownlint:
markdownlint:
runs-on : ubuntu-latest
runs-on : ubuntu-latest
steps:
steps:
- uses : actions/checkout@v4.1. 1
- uses : actions/checkout@v4.1. 2
- name : markdownlint
- name : markdownlint
run : |
run : |
docker run --rm \
docker run --rm \
@ -7,7 +7,7 @@ jobs:
runs-on : ubuntu-latest
runs-on : ubuntu-latest
steps:
steps:
- uses : actions/checkout@v4.1. 1
- uses : actions/checkout@v4.1. 2
- name : Run yamllint
- name : Run yamllint
run : |
run : |
@ -17,7 +17,7 @@ jobs:
runs-on : ubuntu-latest
runs-on : ubuntu-latest
name : Validate metadata.json
name : Validate metadata.json
steps:
steps:
- uses : actions/checkout@v4.1. 1
- uses : actions/checkout@v4.1. 2
- uses : actions/setup-python@v5.0.0
- uses : actions/setup-python@v5.0.0
with:
with:
python-version : 3. x
python-version : 3. x