1
0
Fork 0
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:
Emmanouil Papadeas 2022-08-07 19:22:31 +03:00
parent a329298fc5
commit b4a5bf4dd0
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
run: | run: |
apt-get update && apt-get install -y rsync apt-get update && apt-get install -y rsync
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.4.0 uses: JamesIves/github-pages-deploy-action@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
folder: build/web # The folder the action should deploy. folder: build/web # The folder the action should deploy.

View file

@ -207,7 +207,7 @@ jobs:
run: | run: |
apt-get update && apt-get install -y rsync apt-get update && apt-get install -y rsync
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.4.0 uses: JamesIves/github-pages-deploy-action@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
folder: build/web # The folder the action should deploy. folder: build/web # The folder the action should deploy.