Sebastián Ramírez
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/deploy-docs.yml
|
@ -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 |
|
|