Skip to content

Commit d86c96d

Browse files
authored
Update deploy.yml
1 parent 44f63b3 commit d86c96d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: npm
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm i
2323
- name: Build website
2424
run: npm run build
2525

@@ -32,4 +32,4 @@ jobs:
3232
# Build output to publish to the `gh-pages` branch:
3333
publish_dir: ./build
3434
user_name: github-actions[bot]
35-
user_email: 41898282+github-actions[bot]@users.noreply.github.com
35+
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)