You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ jobs:
60
60
npm run build
61
61
62
62
- name: Deploy 🚀
63
-
uses: JamesIves/github-pages-deploy-action@4.2.0
63
+
uses: JamesIves/github-pages-deploy-action@4.2.1
64
64
with:
65
65
branch: gh-pages # The branch the action should deploy to.
66
66
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
178
178
179
179
```yml
180
180
- name: Deploy 🚀
181
-
uses: JamesIves/github-pages-deploy-action@4.2.0
181
+
uses: JamesIves/github-pages-deploy-action@4.2.1
182
182
with:
183
183
branch: gh-pages
184
184
folder: site
@@ -207,7 +207,7 @@ jobs:
207
207
npm run build
208
208
209
209
- name: Deploy 🚀
210
-
uses: JamesIves/github-pages-deploy-action@4.2.0
210
+
uses: JamesIves/github-pages-deploy-action@4.2.1
211
211
with:
212
212
branch: gh-pages
213
213
folder: build
@@ -274,7 +274,7 @@ jobs:
274
274
name: site
275
275
276
276
- name: Deploy 🚀
277
-
uses: JamesIves/github-pages-deploy-action@4.2.0
277
+
uses: JamesIves/github-pages-deploy-action@4.2.1
278
278
with:
279
279
branch: gh-pages
280
280
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
0 commit comments