Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jul 13, 2023
1 parent e0f754b commit ef2187d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Create NPM cache-hash input file
run: |
mkdir -p tmp
jq '{devDependencies, dependencies, engines}' package.json > tmp/package-ci.json
jq '{devDependencies, dependencies, engines, gitHubActionCacheCounter}' package.json > tmp/package-ci.json
- uses: actions/setup-node@v3
with:
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Minimal install and prep
run: |
npm install npm-run-all postcss-cli postcss autoprefixer
npm install hugo-extended npm-run-all postcss-cli postcss autoprefixer
- run: npm run build | tee tmp/build-log.txt
- run: npm run _check:links
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"engines": {
"node": "18.x"
},
"gitHubActionCacheCounter": 1,
"private": true,
"prettier": {
"proseWrap": "always",
Expand Down

0 comments on commit ef2187d

Please sign in to comment.