Skip to content

Commit 4324620

Browse files
fix of web publication
1 parent 265e839 commit 4324620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: peaceiris/actions-gh-pages@v3
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
publish_dir: ./core/build/distributions
27+
publish_dir: ./core/build/dist/js/productionExecutable
2828
publish_branch: site
2929
- name: Create Release
3030
id: create_release

0 commit comments

Comments
 (0)