Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d35da12

Browse files
committedDec 20, 2022
Add workflow
1 parent 74c7c0b commit d35da12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Build website
24-
run: npm build
24+
run: npm run build
2525

2626
# Popular action to deploy to GitHub Pages:
2727
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

0 commit comments

Comments
 (0)
Please sign in to comment.