60
60
npm run build
61
61
62
62
- name : Deploy 🚀
63
- uses :
JamesIves/[email protected] .1
63
+ uses :
JamesIves/[email protected] .2
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/[email protected] .1
181
+ uses :
JamesIves/[email protected] .2
182
182
with :
183
183
branch : gh-pages
184
184
folder : site
@@ -193,7 +193,7 @@ name: Build and Deploy
193
193
on :
194
194
push :
195
195
branches :
196
- - master
196
+ - main
197
197
jobs :
198
198
deploy :
199
199
runs-on : ubuntu-latest
@@ -207,7 +207,7 @@ jobs:
207
207
npm run build
208
208
209
209
- name : Deploy 🚀
210
- uses :
JamesIves/[email protected] .1
210
+ uses :
JamesIves/[email protected] .2
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/[email protected] .1
277
+ uses: JamesIves/[email protected] .2
278
278
with:
279
279
token: ${{ secrets.ACCESS_TOKEN }}
280
280
branch: gh-pages
@@ -296,7 +296,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
296
296
apt-get update && apt-get install -y rsync
297
297
298
298
- name: Deploy 🚀
299
- uses: JamesIves/[email protected] .1
299
+ uses: JamesIves/[email protected] .2
300
300
` ` `
301
301
302
302
---
@@ -313,7 +313,7 @@ name: Build and Deploy
313
313
on:
314
314
push:
315
315
branches:
316
- - master
316
+ - main
317
317
jobs:
318
318
deploy:
319
319
runs-on: ubuntu-latest
@@ -327,7 +327,7 @@ jobs:
327
327
npm run build
328
328
329
329
- name: Deploy 🚀
330
- uses: JamesIves/[email protected] .1
330
+ uses: JamesIves/[email protected] .2
331
331
with:
332
332
branch: gh-pages
333
333
folder: build
0 commit comments