Browse Source

⬆ 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 <[email protected]>
pull/5571/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
5f089435e5
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: ./docs.zip
- name: Deploy to Netlify
uses: nwtgck/[email protected].3
uses: nwtgck/[email protected].4
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/[email protected].3
uses: nwtgck/[email protected].4
with:
publish-dir: './site'
production-deploy: false

Loading…
Cancel
Save