Skip to content

Commit

Permalink
Change publish dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ykrods committed Sep 2, 2024
1 parent 3dce374 commit 5710fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: publish

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm run build
- uses: actions/upload-pages-artifact@v3
with:
path: docs
path: dist

deploy:
needs: build
Expand Down

0 comments on commit 5710fc8

Please sign in to comment.