Skip to content

Commit 9af97a4

Browse files
authored
Update Build-Deploy.yml
1 parent 96238b1 commit 9af97a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: npm
2121

2222
- name: Build
23-
run: npm ci && npm run build
23+
run: npm ci && npm run ghbuilder
2424

2525
- name: Deploy to gh-pages
2626
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)