We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881dbb0 commit d8a2f4cCopy full SHA for d8a2f4c
.github/workflows/deploy.yml
@@ -40,15 +40,12 @@ jobs:
40
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41
with:
42
submodules: recursive
43
- persistent-credentials: false
+ persist-credentials: false
44
45
- name: Setup Pages
46
id: pages
47
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
48
49
- - name: Install Node.js dependencies
50
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
51
-
52
- name: Build with Hugo
53
env:
54
# For maximum backward compatibility with Hugo modules
0 commit comments