playing with workflow
Build and Deploy Documentation / build-and-deploy (push) Successful in 6s

This commit is contained in:
2026-06-01 10:44:21 +02:00
parent 9d6bad9530
commit 7328177681
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -30,5 +30,5 @@ jobs:
mv site/* .
git add .
git commit -m "Update site - $(date)"
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/Controls/gitea-pages.git gitea-pages
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages
+2 -1
View File
@@ -39,7 +39,8 @@ site_author = "Paul Scherrer Institute"
# The site_url is the canonical URL for your site. When building online
# documentation you should set this.
# Read more: https://zensical.org/docs/setup/basics/#site_url
site_url = "https://controls.pages.psi.ch/"
#site_url = "https://controls.pages.psi.ch/"
site_url = "https://controls.pages.psi.ch/gitea-pages/"
# The copyright notice appears in the page footer and can contain an HTML
# fragment.