mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 04:56:41 +00:00
🚀 Update Netlify deploy action (#1047)
This commit is contained in:
parent
1da8d3f1e6
commit
7ccd81f706
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Build MkDocs
|
- name: Build MkDocs
|
||||||
run: python3.7 -m mkdocs build
|
run: python3.7 -m mkdocs build
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
uses: tiangolo/actions-netlify@no-auth-no-error
|
uses: nwtgck/actions-netlify@v1.0.3
|
||||||
with:
|
with:
|
||||||
publish-dir: './site'
|
publish-dir: './site'
|
||||||
production-branch: master
|
production-branch: master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue