From e7eb98b8657c77e3aad7b4a9967df672c9451891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 23:17:30 -0500 Subject: [PATCH] Bump nwtgck/actions-netlify from 2.0.0 to 2.1.0 (#263) Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.0.0 to 2.1.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/v2.0.0...v2.1.0) --- 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/preview-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 567e1860..cb8e7704 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -14,7 +14,7 @@ jobs: run: pip install hatch - run: hatch run docs:build - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v2.0.0 + uses: nwtgck/actions-netlify@v2.1.0 with: publish-dir: "./site" production-branch: main