Skip to content

Commit

Permalink
Fix dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Sep 29, 2023
1 parent d89a0a6 commit a977d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: github-pages # The branch the action should deploy to.
FOLDER: build/distributions # The folder the action should deploy.
FOLDER: build/dist/js/productionExecutable # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch

0 comments on commit a977d1c

Please sign in to comment.