Skip to content

Commit daf2c98

Browse files
committed
Add package-lock.json manually
1 parent 9a3f618 commit daf2c98

File tree

3 files changed

+2503
-1
lines changed

3 files changed

+2503
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: '20'
34+
cache: 'npm'
35+
cache-dependency-path: '**/package-lock.json'
3436

3537
- run: npm ci
3638
- run: hugo --baseURL https://${REPO_OWNER}.github.io/${REPO_NAME} --minify

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/public
22
resources/
33
node_modules/
4-
package-lock.json
54
.hugo_build.lock

0 commit comments

Comments
 (0)