Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Nov 30, 2023
1 parent 9d37489 commit 01b1695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@ jobs:
hugo-version: latest
extended: true
- name: Build with Hugo
run: hugo --minify
env:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
url: ${{ steps.deployment.outputs.page_url }}


# deploy-zenn:
# # needs: ci
Expand Down

0 comments on commit 01b1695

Please sign in to comment.