committed by
GitHub
1 changed files with 1 additions and 1 deletions
@ -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/[email protected] |
||||
with: |
with: |
||||
publish-dir: './site' |
publish-dir: './site' |
||||
production-branch: master |
production-branch: master |
||||
|
Loading…
Reference in new issue