Skip to content

Commit

Permalink
Keep test the github action of hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Sep 1, 2023
1 parent dbcfa32 commit 6f26474
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
# The action defaults to search for the dependency file (package-lock.json,
# npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
# hash as a part of the cache key.
# https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
cache-dependency-path: '**/package-lock.json'

- run: npm ci
- run: hugo --minify

Expand Down

0 comments on commit 6f26474

Please sign in to comment.