Skip to content

Commit

Permalink
updated base url in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilker98 authored Oct 3, 2023
1 parent 182c252 commit e091318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
hugo-version: latest

- name: Build local exampleSite
run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://jhilker1.github.io/hugo-all-for-one/
run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://jhilker98.github.io/hugo-all-for-one/

- name: Deploy to GitHub Pages
if: github.event_name == 'push'
Expand Down

0 comments on commit e091318

Please sign in to comment.