Skip to content

Commit a9a417e

Browse files
chore: fix GitHub Pages workflow
1 parent cbd42e9 commit a9a417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 18
3131
- name: Install Packages
32-
run: npm ci
32+
run: npm install
3333
- name: Build docs
3434
run: |+
3535
export NODE_OPTIONS=--openssl-legacy-provider

0 commit comments

Comments
 (0)