diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index 08bdd6cf2..7cac7633a 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -32,5 +32,6 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} + single-commit: true folder: build/web # The folder the action should deploy. target-folder: early_access diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29a783ee8..1775a5df2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -210,6 +210,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} + single-commit: true folder: build/web # The folder the action should deploy. - name: Upload Release Assets to itch.io 🎮 run: |