Tranferring repository ownership

This commit is contained in:
zjedi 2023-03-18 20:56:52 +01:00
parent 4a848bb6ae
commit cbed08621d
6 changed files with 23 additions and 25 deletions

View file

@ -22,7 +22,7 @@ jobs:
hugo-version: latest
- name: Build local ./exampleSite
run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-scroll/
run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://zjedi.github.io/hugo-scroll/
- name: Deploy to GitHub Pages
if: github.event_name == 'push'