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 9e3433f commit 109ff0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Build
run:
- npm ci
- hugo --minify --gc
- run: npm ci
- run: hugo --minify --gc

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

0 comments on commit 109ff0c

Please sign in to comment.