Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/ed911f77dab6909a15298d05a5b51bca4b16e956?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

runs-on: ubuntu-22.04

pull/783/head
probonopd 3 months ago committed by GitHub
parent c80048dda6
commit ed911f77da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -11,7 +11,7 @@ on:
jobs:
Build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save