Skip to content

Commit d8a2f4c

Browse files
committed
ci: fix wrong parameter & remove unused step
1 parent 881dbb0 commit d8a2f4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,12 @@ jobs:
4040
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
with:
4242
submodules: recursive
43-
persistent-credentials: false
43+
persist-credentials: false
4444

4545
- name: Setup Pages
4646
id: pages
4747
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4848

49-
- name: Install Node.js dependencies
50-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
51-
5249
- name: Build with Hugo
5350
env:
5451
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)