mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
⬆ 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 <tiangolo@gmail.com>
This commit is contained in:
parent
f1c61dec0c
commit
5f089435e5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
|
@ -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/actions-netlify@v1.2.3
|
uses: nwtgck/actions-netlify@v1.2.4
|
||||||
with:
|
with:
|
||||||
publish-dir: './site'
|
publish-dir: './site'
|
||||||
production-branch: master
|
production-branch: master
|
||||||
|
|
|
||||||
2
.github/workflows/preview-docs.yml
vendored
2
.github/workflows/preview-docs.yml
vendored
|
|
@ -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/actions-netlify@v1.2.3
|
uses: nwtgck/actions-netlify@v1.2.4
|
||||||
with:
|
with:
|
||||||
publish-dir: './site'
|
publish-dir: './site'
|
||||||
production-deploy: false
|
production-deploy: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue