We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f63b3 commit d86c96dCopy full SHA for d86c96d
1 file changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
cache: npm
20
21
- name: Install dependencies
22
- run: npm ci
+ run: npm i
23
- name: Build website
24
run: npm run build
25
@@ -32,4 +32,4 @@ jobs:
32
# Build output to publish to the `gh-pages` branch:
33
publish_dir: ./build
34
user_name: github-actions[bot]
35
- user_email: 41898282+github-actions[bot]@users.noreply.github.com
+ user_email: 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments