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
@@ -75,7 +75,7 @@ jobs:
75
75
npm run build
76
76
77
77
- name: Deploy 🚀
78
-
uses: JamesIves/github-pages-deploy-action@v4.3.3
78
+
uses: JamesIves/github-pages-deploy-action@v4
79
79
with:
80
80
folder: build # The folder the action should deploy.
81
81
```
@@ -201,7 +201,7 @@ With this configured, you can then set the `ssh-key` part of the action to your
201
201
202
202
```yml
203
203
- name: Deploy 🚀
204
-
uses: JamesIves/github-pages-deploy-action@v4.3.3
204
+
uses: JamesIves/github-pages-deploy-action@v4
205
205
with:
206
206
folder: site
207
207
ssh-key: ${{ secrets.DEPLOY_KEY }}
@@ -230,7 +230,7 @@ jobs:
230
230
npm run build
231
231
232
232
- name: Deploy 🚀
233
-
uses: JamesIves/github-pages-deploy-action@v4.3.3
233
+
uses: JamesIves/github-pages-deploy-action@v4
234
234
with:
235
235
folder: build
236
236
clean: true
@@ -299,7 +299,7 @@ jobs:
299
299
name: site
300
300
301
301
- name: Deploy 🚀
302
-
uses: JamesIves/github-pages-deploy-action@v4.3.3
302
+
uses: JamesIves/github-pages-deploy-action@v4
303
303
with:
304
304
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.
305
305
```
@@ -319,7 +319,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
0 commit comments