Skip to content

Commit 681c42c

Browse files
⬆️ Bump nwtgck/actions-netlify from 1.1 to 3.0
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.1 to 3.0. - [Release notes](https://github.com/nwtgck/actions-netlify/releases) - [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md) - [Commits](nwtgck/actions-netlify@v1.1...v3.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c8ffe6 commit 681c42c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: execution-reports
7979
path: _build/html/reports
8080
- name: Preview Deploy to Netlify
81-
uses: nwtgck/actions-netlify@v2
81+
uses: nwtgck/actions-netlify@v3.0
8282
with:
8383
publish-dir: '_build/html/'
8484
production-branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: execution-reports
4444
path: _build/html/reports
4545
- name: Preview Deploy to Netlify
46-
uses: nwtgck/actions-netlify@v2
46+
uses: nwtgck/actions-netlify@v3.0
4747
with:
4848
publish-dir: '_build/html/'
4949
production-branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
rm -r _build/.doctrees
7474
jb build lectures --path-output ./
7575
- name: Deploy to Netlify
76-
uses: nwtgck/actions-netlify@v1.1
76+
uses: nwtgck/actions-netlify@v3.0
7777
with:
7878
publish-dir: '_build/html/'
7979
production-branch: main

0 commit comments

Comments
 (0)