Skip to content

Commit

Permalink
ci: use dynamic repo and username for baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored Sep 10, 2023
1 parent 04e131f commit 237d890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
hugo \
--minify \
--themesDir=../.. --source=exampleSite \
--baseURL "https://imfing.github.io/hextra/"
--baseURL "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 237d890

Please sign in to comment.