Browse Source

⬆ Bump nwtgck/actions-netlify from 1.1.5 to 1.2.3 (#5132)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5148/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
6497cb08f5
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

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

2
.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.1.5
uses: nwtgck/actions-netlify@v1.2.3
with:
publish-dir: './site'
production-deploy: false

Loading…
Cancel
Save