Skip to content

Commit ba13572

Browse files
committed
Fix typo in gh action
1 parent e81974f commit ba13572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2
1717
- run: npm i
18-
- run: npm build
18+
- run: npm run build
1919
- name: Deploy
2020
uses: peaceiris/actions-gh-pages@v3
2121
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)