Skip to content

Commit

Permalink
fix: remove set base url
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq-naufal authored Jun 28, 2024
1 parent dfd1f98 commit 8d4d740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
HUGO_ENV: production
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--gc \
--minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 8d4d740

Please sign in to comment.