Skip to content

Commit 32b51ec

Browse files
committed
Update README.md
1 parent 91d4e8f commit 32b51ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
npm run build
7474
7575
- name: Deploy 🚀
76-
uses: JamesIves/[email protected].2
76+
uses: JamesIves/[email protected].3
7777
with:
7878
branch: gh-pages # The branch the action should deploy to.
7979
folder: build # The folder the action should deploy.
@@ -191,7 +191,7 @@ With this configured you can then set the `ssh-key` part of the action to your p
191191

192192
```yml
193193
- name: Deploy 🚀
194-
uses: JamesIves/[email protected].2
194+
uses: JamesIves/[email protected].3
195195
with:
196196
branch: gh-pages
197197
folder: site
@@ -221,7 +221,7 @@ jobs:
221221
npm run build
222222
223223
- name: Deploy 🚀
224-
uses: JamesIves/[email protected].2
224+
uses: JamesIves/[email protected].3
225225
with:
226226
branch: gh-pages
227227
folder: build
@@ -289,7 +289,7 @@ jobs:
289289
name: site
290290
291291
- name: Deploy 🚀
292-
uses: JamesIves/[email protected].2
292+
uses: JamesIves/[email protected].3
293293
with:
294294
branch: gh-pages
295295
folder: 'site' # The deployment folder should match the name of the artifact. Even though our project builds into the 'build' folder the artifact name of 'site' must be placed here.
@@ -310,7 +310,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
310310
apt-get update && apt-get install -y rsync
311311
312312
- name: Deploy 🚀
313-
uses: JamesIves/[email protected].2
313+
uses: JamesIves/[email protected].3
314314
```
315315

316316
---
@@ -342,7 +342,7 @@ jobs:
342342
npm run build
343343
344344
- name: Deploy 🚀
345-
uses: JamesIves/[email protected].2
345+
uses: JamesIves/[email protected].3
346346
with:
347347
branch: gh-pages
348348
folder: build

0 commit comments

Comments
 (0)