From 0637ba0043d0fb56170e8783493296924cae115a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:28:53 +0000 Subject: [PATCH] Bump nwtgck/actions-netlify from 2.0 to 2.1 (#5152) Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.0 to 2.1. - [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/v2.0...v2.1) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8cb8ad2e..2e2a55e4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -98,7 +98,7 @@ jobs: run: if [ -e doc/errors.txt ]; then cat doc/errors.txt; fi - name: Preview HTML documentation - uses: nwtgck/actions-netlify@v2.0 + uses: nwtgck/actions-netlify@v2.1 with: publish-dir: doc/_build/html/ production-branch: main