Skip to content

Commit

Permalink
generic baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed May 11, 2024
1 parent 7ea92a6 commit 65a5096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build
run: |
hugo -b https://about-hugo.github.io/hugo-bare-theme
hugo -b "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 65a5096

Please sign in to comment.