From 73281776819d00f7461f4dd7fd79ff12e37df835 Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Mon, 1 Jun 2026 10:44:21 +0200 Subject: [PATCH] playing with workflow --- .gitea/workflows/deploy-pages.yml | 2 +- zensical.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-pages.yml b/.gitea/workflows/deploy-pages.yml index b764f26c..e22b906e 100644 --- a/.gitea/workflows/deploy-pages.yml +++ b/.gitea/workflows/deploy-pages.yml @@ -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 diff --git a/zensical.toml b/zensical.toml index e1ab3d9b..ddff72b3 100644 --- a/zensical.toml +++ b/zensical.toml @@ -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.