From 890cdb792c12931a616c9f2849f057239529844b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:08:29 +0000 Subject: [PATCH] :arrow_up: Bump nwtgck/actions-netlify from 1 to 2 Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85820ae..e3fdb90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: uses: ./.github/actions/build-docs - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1 + uses: nwtgck/actions-netlify@v2 with: publish-dir: "./docs/.vuepress/dist" production-deploy: true