Skip to content

Commit

Permalink
chore: action in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
uh-zz committed Dec 21, 2023
1 parent c1cdb8d commit cd6fc54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
hugo-version: '0.118.0'

- name: Install npm
run: npm install

- name: Build
run: hugo --minify

Expand Down

0 comments on commit cd6fc54

Please sign in to comment.