Skip to content

Commit

Permalink
Try to get mkdocs deploying to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull authored Jun 24, 2024
1 parent 5c1a85a commit 758365b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Build mkdocs api docs
uses: actions/setup-python@v5
with:
python-version: 3.9
- run: |
pip install mkdocs mkdocstrings[python]
mkdocs gh-deploy --config-file docs/api/mkdocs.yml --force --site-dir api/
# Deployment job
deploy:
Expand Down

0 comments on commit 758365b

Please sign in to comment.