diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f8de66..4795748 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,6 +110,6 @@ jobs: SQUASH_HISTORY: true REPO: self BRANCH: gh-pages # The branch name where you want to push the assets - FOLDER: ./bevy_forge/out # The directory where your assets are generated + FOLDER: ./out # The directory where your assets are generated GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token MESSAGE: "Build: ({sha}) {msg}" # The commit message