Skip to content

Commit

Permalink
Deps now.
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Jun 18, 2024
1 parent 747c07f commit f818732
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
hugo-version: '0.119.0'
extended: true

- name: Build
run: hugo --minify
- name: Everything required
run: |
hugo mod npm pack
npm install
hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit f818732

Please sign in to comment.