Update publish_docs.yml

This commit is contained in:
Kjell Hedström. We are hiring @ Ganaz 2022-05-28 21:23:51 -06:00 committed by GitHub
parent fc2af1ddc2
commit f72f47e533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
@ -13,4 +13,7 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- name: Build site
run: mkdocs build
- name: Deploy
run: mkdocs gh-deploy --force