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/9cc55625127efe289460501b816bb13d321a314b?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
@ -10,7 +10,7 @@ jobs:
- name : Checkout repository
- name : Checkout repository
uses : actions/checkout@v4.1.0
uses : actions/checkout@v4.1.0
- name : Set up Python
- name : Set up Python
uses : actions/setup-python@v4.7. 0
uses : actions/setup-python@v4.7. 1
with:
with:
python-version : 3. x
python-version : 3. x
- name : Cache dependencies
- name : Cache dependencies
@ -35,7 +35,7 @@ jobs:
with:
with:
fetch-depth : '0'
fetch-depth : '0'
- name : Set up Python
- name : Set up Python
uses : actions/setup-python@v4.7. 0
uses : actions/setup-python@v4.7. 1
with:
with:
python-version : 3. x
python-version : 3. x
- name : Cache dependencies
- name : Cache dependencies
@ -18,7 +18,7 @@ jobs:
name : Validate metadata.json
name : Validate metadata.json
steps:
steps:
- uses : actions/checkout@v4.1.0
- uses : actions/checkout@v4.1.0
- uses : actions/setup-python@v4.7. 0
- uses : actions/setup-python@v4.7. 1
with:
with:
python-version : 3. x
python-version : 3. x
- run : pip install jsonschema
- run : pip install jsonschema