1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

[skip ci] Use single-commit: true on the web workflows, in order to only keep a single commit

This commit is contained in:
Emmanouil Papadeas 2023-01-11 21:49:56 +02:00
parent cd12b1b1b3
commit 6a2dfb0dc7
2 changed files with 2 additions and 0 deletions

View file

@ -32,5 +32,6 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
single-commit: true
folder: build/web # The folder the action should deploy. folder: build/web # The folder the action should deploy.
target-folder: early_access target-folder: early_access

View file

@ -210,6 +210,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
single-commit: true
folder: build/web # The folder the action should deploy. folder: build/web # The folder the action should deploy.
- name: Upload Release Assets to itch.io 🎮 - name: Upload Release Assets to itch.io 🎮
run: | run: |