From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:37:23 +0000 (+0000) Subject: ⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4 (#5507) X-Git-Tag: 0.85.2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f089435e54779e90830cf72af6e16c1383b3407;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4 (#5507) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez --- diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index af8909845b..3052ec1e2b 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -38,7 +38,7 @@ jobs: name: docs-zip path: ./docs.zip - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1.2.3 + uses: nwtgck/actions-netlify@v1.2.4 with: publish-dir: './site' production-branch: master diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 1678ca762b..15c59d4bd4 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -25,7 +25,7 @@ jobs: rm -f docs.zip - name: Deploy to Netlify id: netlify - uses: nwtgck/actions-netlify@v1.2.3 + uses: nwtgck/actions-netlify@v1.2.4 with: publish-dir: './site' production-deploy: false