Skip to content

Commit

Permalink
Update generate-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 13, 2022
1 parent d7d64a2 commit dca3cb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
python-version: '3.9'
architecture: 'x64'
cache: 'pip'
- run: |
- name: Build and publish the docs
run: |
git config --global user.name "hugsy"
git config --global user.email "hugsy@users.noreply.github.com"
pip install mkdocs-material
mkdocs gh-deploy --force

0 comments on commit dca3cb1

Please sign in to comment.