forked from Controls/gitea-pages
This commit is contained in:
@@ -17,8 +17,7 @@ jobs:
|
||||
|
||||
- name: Build page
|
||||
run: |
|
||||
export REPO_URL="${{ github.server_url }}/${{ github.repository }}"
|
||||
envsubst < zensical.toml > zensical.runtime.toml
|
||||
sed -i 's|repo_url[[:space:]]*=[[:space:]]*".*"|repo_url = "${{ github.server_url }}/${{ github.repository }}"|' zensical.toml
|
||||
/opt/python-env/bin/zensical build -f zensical.runtime.toml
|
||||
|
||||
- name: Configure Git
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
[project]
|
||||
|
||||
repo_url = "$REPO_URL"
|
||||
repo_url = "https://gitea.psi.ch/controls"
|
||||
edit_uri = "_edit/master/docs/"
|
||||
|
||||
#extra_javascript = [
|
||||
|
||||
Reference in New Issue
Block a user