This commit is contained in:
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user