Skip to content

Commit 682a3da

Browse files
committed
Merge branch 'dev' into releases/v4
2 parents fc8c70c + a65346a commit 682a3da

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
minimum: 500
2121

2222
- name: Deploy to GitHub Pages
23-
uses: JamesIves/[email protected].1
23+
uses: JamesIves/[email protected].2
2424
with:
2525
branch: dev
2626
folder: '.'

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
npm run build
6161
6262
- name: Deploy 🚀
63-
uses: JamesIves/[email protected].1
63+
uses: JamesIves/[email protected].2
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/[email protected].1
181+
uses: JamesIves/[email protected].2
182182
with:
183183
branch: gh-pages
184184
folder: site
@@ -193,7 +193,7 @@ name: Build and Deploy
193193
on:
194194
push:
195195
branches:
196-
- master
196+
- main
197197
jobs:
198198
deploy:
199199
runs-on: ubuntu-latest
@@ -207,7 +207,7 @@ jobs:
207207
npm run build
208208
209209
- name: Deploy 🚀
210-
uses: JamesIves/[email protected].1
210+
uses: JamesIves/[email protected].2
211211
with:
212212
branch: gh-pages
213213
folder: build
@@ -274,7 +274,7 @@ jobs:
274274
name: site
275275
276276
- name: Deploy 🚀
277-
uses: JamesIves/[email protected].1
277+
uses: JamesIves/[email protected].2
278278
with:
279279
token: ${{ secrets.ACCESS_TOKEN }}
280280
branch: gh-pages
@@ -296,7 +296,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
296296
apt-get update && apt-get install -y rsync
297297
298298
- name: Deploy 🚀
299-
uses: JamesIves/[email protected].1
299+
uses: JamesIves/[email protected].2
300300
```
301301

302302
---
@@ -313,7 +313,7 @@ name: Build and Deploy
313313
on:
314314
push:
315315
branches:
316-
- master
316+
- main
317317
jobs:
318318
deploy:
319319
runs-on: ubuntu-latest
@@ -327,7 +327,7 @@ jobs:
327327
npm run build
328328
329329
- name: Deploy 🚀
330-
uses: JamesIves/[email protected].1
330+
uses: JamesIves/[email protected].2
331331
with:
332332
branch: gh-pages
333333
folder: build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@jamesives/github-pages-deploy-action",
33
"description": "GitHub action for building a project and deploying it to GitHub pages.",
44
"author": "James Ives <[email protected]> (https://jamesiv.es)",
5-
"version": "4.1.1",
5+
"version": "4.1.2",
66
"license": "MIT",
77
"main": "lib/lib.js",
88
"types": "lib/lib.d.ts",

0 commit comments

Comments
 (0)