6060 npm run build
6161
6262 - name : Deploy 🚀
63- uses : JamesIves/github-pages-deploy-action@4.1.2
63+ uses : JamesIves/github-pages-deploy-action@4.1.3
6464 with :
6565 branch : gh-pages # The branch the action should deploy to.
6666 folder : build # The folder the action should deploy.
@@ -178,7 +178,7 @@ With this configured you can then set the `ssh-key` part of the action to your p
178178
179179``` yml
180180- name : Deploy 🚀
181- uses : JamesIves/github-pages-deploy-action@4.1.2
181+ uses : JamesIves/github-pages-deploy-action@4.1.3
182182 with :
183183 branch : gh-pages
184184 folder : site
@@ -207,7 +207,7 @@ jobs:
207207 npm run build
208208
209209 - name : Deploy 🚀
210- uses : JamesIves/github-pages-deploy-action@4.1.2
210+ uses : JamesIves/github-pages-deploy-action@4.1.3
211211 with :
212212 branch : gh-pages
213213 folder : build
@@ -274,7 +274,7 @@ jobs:
274274 name: site
275275
276276 - name: Deploy 🚀
277- uses: JamesIves/github-pages-deploy-action@4.1.2
277+ uses: JamesIves/github-pages-deploy-action@4.1.3
278278 with:
279279 token: ${{ secrets.ACCESS_TOKEN }}
280280 branch: gh-pages
@@ -296,7 +296,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
296296 apt-get update && apt-get install -y rsync
297297
298298- name: Deploy 🚀
299- uses: JamesIves/github-pages-deploy-action@4.1.2
299+ uses: JamesIves/github-pages-deploy-action@4.1.3
300300` ` `
301301
302302---
@@ -327,7 +327,7 @@ jobs:
327327 npm run build
328328
329329 - name: Deploy 🚀
330- uses: JamesIves/github-pages-deploy-action@4.1.2
330+ uses: JamesIves/github-pages-deploy-action@4.1.3
331331 with:
332332 branch: gh-pages
333333 folder: build
0 commit comments