8000 Update README.md Β· ushmm/github-pages-deploy-action@e6c302f Β· GitHub
[go: up one dir, main page]

Skip to content

Commit e6c302f

Browse files
committed
Update README.md
1 parent 36e9415 commit e6c302f

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/github-pages-deploy-action@v4.2.5
76+
uses: JamesIves/github-pages-deploy-action@v4.3.0
7777
with:
7878
branch: gh-pages # The branch the action should deploy to.
7979
folder: build # The folder the action should deploy.
@@ -192,7 +192,7 @@ With this configured, you can then set the `ssh-key` part of the action to your
192192

193193
```yml
194194
- name: Deploy πŸš€
195-
uses: JamesIves/github-pages-deploy-action@v4.2.5
195+
uses: JamesIves/github-pages-deploy-action@v4.3.0
196196
with:
197197
branch: gh-pages
198198
folder: site
@@ -222,7 +222,7 @@ jobs:
222222
npm run build
223223
224224
- name: Deploy πŸš€
225-
uses: JamesIves/github-pages-deploy-action@v4.2.5
225+
uses: JamesIves/github-pages-deploy-action@v4.3.0
226226
with:
227227
branch: gh-pages
228228
folder: build
@@ -290,7 +290,7 @@ jobs:
290290
name: site
291291
292292
- name: Deploy πŸš€
293-
uses: JamesIves/github-pages-deploy-action@v4.2.5
293+
uses: JamesIves/github-pages-deploy-action@v4.3.0
294294
with:
295295
branch: gh-pages
296296
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.
@@ -311,7 +311,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
311311
apt-get update && apt-get install -y rsync
312312
313313
- name: Deploy πŸš€
314-
uses: JamesIves/github-pages-deploy-action@v4.2.5
314+
uses: JamesIves/github-pages-deploy-action@v4.3.0
315315
```
316316

317317
---
@@ -343,7 +343,7 @@ jobs:
343343
npm run build
344344
345345
- name: Deploy πŸš€
346-
uses: JamesIves/github-pages-deploy-action@v4.2.5
346+
uses: JamesIves/github-pages-deploy-action@v4.3.0
347347
with:
348348
branch: gh-pages
349349
folder: build

0 commit comments

Comments
Β (0)
0