Skip to content

Commit

Permalink
Fixed baseURL deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
attajak committed Jan 24, 2025
1 parent 3edb064 commit 7394512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
hugo-version: ${{ vars.HUGO_VERSION || 'latest' }}
extended: true
- name: Hugo build
run: hugo --gc --minify --logLevel info --baseURL https://attajak.github.io/attajak-web-app/
run: hugo --gc --minify --logLevel info --baseURL https://attajak.github.io/attajak.web.app/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 7394512

Please sign in to comment.