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-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ jobs:
73
73
npm run build
74
74
75
75
- name: Deploy π
76
-
uses: JamesIves/github-pages-deploy-action@v4.2.5
76
+
uses: JamesIves/github-pages-deploy-action@v4.3.0
77
77
with:
78
78
branch: gh-pages # The branch the action should deploy to.
79
79
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
192
192
193
193
```yml
194
194
- name: Deploy π
195
-
uses: JamesIves/github-pages-deploy-action@v4.2.5
195
+
uses: JamesIves/github-pages-deploy-action@v4.3.0
196
196
with:
197
197
branch: gh-pages
198
198
folder: site
@@ -222,7 +222,7 @@ jobs:
222
222
npm run build
223
223
224
224
- name: Deploy π
225
-
uses: JamesIves/github-pages-deploy-action@v4.2.5
225
+
uses: JamesIves/github-pages-deploy-action@v4.3.0
226
226
with:
227
227
branch: gh-pages
228
228
folder: build
@@ -290,7 +290,7 @@ jobs:
290
290
name: site
291
291
292
292
- name: Deploy π
293
-
uses: JamesIves/github-pages-deploy-action@v4.2.5
293
+
uses: JamesIves/github-pages-deploy-action@v4.3.0
294
294
with:
295
295
branch: gh-pages
296
296
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
0 commit comments