Skip to content

Commit c7beae0

Browse files
committed
Fix deploy action typo
1 parent 9d09f31 commit c7beae0

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
@@ -31,7 +31,7 @@ jobs:
3131
key: ${{ runner.os }}-eleventy-fetch-cache
3232

3333
- run: npm install
34-
- run: npm build
34+
- run: npm run build
3535

3636
- name: Deploy
3737
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)