Skip to content

Commit e6dfa28

Browse files
committed
Merge branch 'dev' into releases/v4
2 parents 7748df9 + 6520cf3 commit e6dfa28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
npm run build
6161
6262
- name: Deploy 🚀
63-
uses: JamesIves/github-pages-deploy-action@4.2.0
63+
uses: JamesIves/github-pages-deploy-action@4.2.1
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.2.0
181+
uses: JamesIves/github-pages-deploy-action@4.2.1
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.2.0
210+
uses: JamesIves/github-pages-deploy-action@4.2.1
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.2.0
277+
uses: JamesIves/github-pages-deploy-action@4.2.1
278278
with:
279279
branch: gh-pages
280280
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.
@@ -295,7 +295,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
295295
apt-get update && apt-get install -y rsync
296296
297297
- name: Deploy 🚀
298-
uses: JamesIves/github-pages-deploy-action@4.2.0
298+
uses: JamesIves/github-pages-deploy-action@4.2.1
299299
```
300300

301301
---
@@ -326,7 +326,7 @@ jobs:
326326
npm run build
327327
328328
- name: Deploy 🚀
329-
uses: JamesIves/github-pages-deploy-action@4.2.0
329+
uses: JamesIves/github-pages-deploy-action@4.2.1
330330
with:
331331
branch: gh-pages
332332
folder: build

0 commit comments

Comments
 (0)