Browse Source
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <[email protected]>pull/5571/head
committed by
GitHub
2 changed files with 2 additions and 2 deletions
@ -38,7 +38,7 @@ jobs: |
|||||
name: docs-zip |
name: docs-zip |
||||
path: ./docs.zip |
path: ./docs.zip |
||||
- name: Deploy to Netlify |
- name: Deploy to Netlify |
||||
uses: nwtgck/[email protected].3 |
uses: nwtgck/[email protected].4 |
||||
with: |
with: |
||||
publish-dir: './site' |
publish-dir: './site' |
||||
production-branch: master |
production-branch: master |
||||
|
@ -25,7 +25,7 @@ jobs: |
|||||
rm -f docs.zip |
rm -f docs.zip |
||||
- name: Deploy to Netlify |
- name: Deploy to Netlify |
||||
id: netlify |
id: netlify |
||||
uses: nwtgck/[email protected].3 |
uses: nwtgck/[email protected].4 |
||||
with: |
with: |
||||
publish-dir: './site' |
publish-dir: './site' |
||||
production-deploy: false |
production-deploy: false |
||||
|
Loading…
Reference in new issue