From 681c42c480ff24635f64309bc997085ab036c3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 03:54:51 +0000 Subject: [PATCH] :arrow_up: 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](https://github.com/nwtgck/actions-netlify/compare/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] --- .github/workflows/ci.yml | 2 +- .github/workflows/collab.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffaf30d2..96dea608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: name: execution-reports path: _build/html/reports - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: '_build/html/' production-branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index a785504f..d7e2ebb0 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -43,7 +43,7 @@ jobs: name: execution-reports path: _build/html/reports - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: '_build/html/' production-branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c2531730..532e8168 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,7 +73,7 @@ jobs: rm -r _build/.doctrees jb build lectures --path-output ./ - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1.1 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: '_build/html/' production-branch: main