Skip to content
Prev Previous commit
Next Next commit
Trying deploy-pages
  • Loading branch information
rrichaz committed Apr 18, 2022
commit d54569fea01d44ef7f7304ad5959437d6f21cc78
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
pip install mkdocs-material

- name: Deploy
run: |
git pull
mkdocs gh-deploy
uses: actions/deploy-pages@v1
# with:
# branch: master # The branch the action should deploy to.
# run: |
# git pull
# mkdocs gh-deploy