Skip to content

Commit 69ade6e

Browse files
authored
chore: fix ghpages (#22)
1 parent d7c909f commit 69ade6e

File tree

5 files changed

+482
-2
lines changed

5 files changed

+482
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: latest
3535
cache: 'npm'
3636
- run: npm ci
37-
- run: npm run build
37+
- run: npm run ghpages
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:

0 commit comments

Comments
 (0)