Skip to content

Commit

Permalink
add npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
addozhang committed Sep 4, 2023
1 parent c465678 commit 09b5bf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hugo-build-and-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
hugo-version: "0.110.0"

- name: Install Node.js Dependencies
run: npm install
working-directory: ${{ github.workspace }}

- name: Build Hugo Site
run: hugo --minify

Expand Down

0 comments on commit 09b5bf8

Please sign in to comment.