forked from Controls/gitea-pages
This commit is contained in:
@@ -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
@@ -9,7 +9,7 @@
|
||||
|
||||
[project]
|
||||
|
||||
repo_url = "${{ gitea.serverurl }}"
|
||||
repo_url = "$REPO_URL"
|
||||
edit_uri = "_edit/master/docs/"
|
||||
|
||||
#extra_javascript = [
|
||||
|
||||
Reference in New Issue
Block a user