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:
parent
cd12b1b1b3
commit
6a2dfb0dc7
1
.github/workflows/dev-web.yml
vendored
1
.github/workflows/dev-web.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue