Skip to content

Commit

Permalink
Hugoのビルドでbase_urlを指定しないように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
okuzawats committed Jan 30, 2025
1 parent f19722c commit 377666c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
hugo --minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 377666c

Please sign in to comment.