Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mirz <[email protected]>
  • Loading branch information
m-mirz committed Nov 17, 2023
1 parent 4a2ad9a commit 9e3433f
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 @@ -31,7 +31,9 @@ jobs:
${{ runner.os }}-node-
- name: Build
run: hugo --minify --gc
run:
- npm ci
- hugo --minify --gc

- name: Deploy page
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9e3433f

Please sign in to comment.