mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Update web workflows deploy step, second attempt
This is where the fun begins
This commit is contained in:
parent
a329298fc5
commit
b4a5bf4dd0
2
.github/workflows/dev-web.yml
vendored
2
.github/workflows/dev-web.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: |
|
||||
apt-get update && apt-get install -y rsync
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.0
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
folder: build/web # The folder the action should deploy.
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -207,7 +207,7 @@ jobs:
|
|||
run: |
|
||||
apt-get update && apt-get install -y rsync
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.4.0
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
folder: build/web # The folder the action should deploy.
|
||||
|
|
Loading…
Reference in a new issue