Skip to content

Commit 58e305b

Browse files
committed
Update publish.yml
1 parent 2d6646d commit 58e305b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
env:
2222
REPO: self
2323
BRANCH: gh-pages # The branch name where you want to push the assets
24-
FOLDER: build # The directory where your assets are generated
24+
FOLDER: dist # The directory where your assets are generated
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
2626
MESSAGE: 'Build: ({sha}) {msg}' # The commit message

0 commit comments

Comments
 (0)