From 432462093299d5fa47f15072443ab5eca28316f4 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 2 Nov 2023 17:42:52 +0600 Subject: [PATCH] fix of web publication --- .github/workflows/commit-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-release.yml b/.github/workflows/commit-release.yml index 85f668a..56fa50d 100644 --- a/.github/workflows/commit-release.yml +++ b/.github/workflows/commit-release.yml @@ -24,7 +24,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./core/build/distributions + publish_dir: ./core/build/dist/js/productionExecutable publish_branch: site - name: Create Release id: create_release