Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 18, 2023
1 parent a90d9bd commit 072c15d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
extended: true

- name: Build
run: hugo
run: |
hugo mode -u
hugo
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 072c15d

Please sign in to comment.