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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/preview-docs.yml
|
@ -38,7 +38,7 @@ jobs: |
|
|
name: docs-zip |
|
|
name: docs-zip |
|
|
path: ./site/docs.zip |
|
|
path: ./site/docs.zip |
|
|
- name: Deploy to Netlify |
|
|
- name: Deploy to Netlify |
|
|
uses: nwtgck/actions-netlify@v1.2.4 |
|
|
uses: nwtgck/actions-netlify@v2.0.0 |
|
|
with: |
|
|
with: |
|
|
publish-dir: './site' |
|
|
publish-dir: './site' |
|
|
production-branch: master |
|
|
production-branch: master |
|
|
|
@ -30,7 +30,7 @@ jobs: |
|
|
rm -f docs.zip |
|
|
rm -f docs.zip |
|
|
- name: Deploy to Netlify |
|
|
- name: Deploy to Netlify |
|
|
id: netlify |
|
|
id: netlify |
|
|
uses: nwtgck/actions-netlify@v1.2.4 |
|
|
uses: nwtgck/actions-netlify@v2.0.0 |
|
|
with: |
|
|
with: |
|
|
publish-dir: './site' |
|
|
publish-dir: './site' |
|
|
production-deploy: false |
|
|
production-deploy: false |
|
|