From 6a2dfb0dc7e766e3133d907e0d30e2124ef80e77 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Wed, 11 Jan 2023 21:49:56 +0200 Subject: [PATCH] [skip ci] Use single-commit: true on the web workflows, in order to only keep a single commit --- .github/workflows/dev-web.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) 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: |