edit link
Build and Deploy Documentation / build-and-deploy (push) Failing after 3s

This commit is contained in:
2026-06-26 15:01:16 +02:00
parent 3baed155db
commit 0b48c8a398
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -16,7 +16,10 @@ jobs:
uses: actions/checkout@v4
- name: Build page
run: /opt/python-env/bin/zensical build
run: |
export REPO_URL="${{ github.server_url }}/${{ github.repository }}"
envsubst < zensical.toml > zensical.runtime.toml
/opt/python-env/bin/zensical build -f zensical.runtime.toml
- name: Configure Git
run: |
+1 -1
View File
@@ -9,7 +9,7 @@
[project]
repo_url = "${{ gitea.serverurl }}"
repo_url = "$REPO_URL"
edit_uri = "_edit/master/docs/"
#extra_javascript = [