mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +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
|
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
|
||||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue