From 619789648127d2fab47f743239f168c313554b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:58:16 +0000 Subject: [PATCH] chore(deps): bump nwtgck/actions-netlify from 2.0 to 2.1 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] --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a1a2e78..a5aa4b9 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -77,7 +77,7 @@ jobs: - name: Deploy to Netlify id: deploy - uses: nwtgck/actions-netlify@v2.0 + uses: nwtgck/actions-netlify@v2.1 with: publish-dir: "./build" production-deploy: ${{ github.event.workflow_run.event == 'workflow_dispatch' }}