Browse Source

⬆ Bump nwtgck/actions-netlify from 1.2.4 to 2.0.0 (#5757)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5647/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
63ad0ed4a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-docs.yml
  2. 2
      .github/workflows/preview-docs.yml

2
.github/workflows/build-docs.yml

@ -38,7 +38,7 @@ jobs:
name: docs-zip
path: ./site/docs.zip
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2.4
uses: nwtgck/actions-netlify@v2.0.0
with:
publish-dir: './site'
production-branch: master

2
.github/workflows/preview-docs.yml

@ -30,7 +30,7 @@ jobs:
rm -f docs.zip
- name: Deploy to Netlify
id: netlify
uses: nwtgck/actions-netlify@v1.2.4
uses: nwtgck/actions-netlify@v2.0.0
with:
publish-dir: './site'
production-deploy: false

Loading…
Cancel
Save