Skip to content

Commit

Permalink
Fix: fetch module before build in test-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmykreee committed Dec 12, 2023
1 parent 68e953f commit 510544d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
extended: true

- name: Build
run: hugo --minify
run: |
hugo mod get
hugo --minify
- name: Upload Build Artifact
if: success()
Expand Down

0 comments on commit 510544d

Please sign in to comment.