Update docs workflow

This commit is contained in:
Dheepak Krishnamurthy 2021-03-24 13:46:59 -06:00
parent eb37ed367b
commit c874c6acd9

View file

@ -28,6 +28,7 @@ jobs:
- name: Build site
run: mkdocs build
- name: Github Pages Deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}