Skip to content

Commit

Permalink
mkdoc github actions updated for new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Jan 1, 2025
1 parent 75efcaf commit c891bff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cgatcore_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,15 @@ jobs:

- name: Install MkDocs and Dependencies
run: |
pip install mkdocs mkdocs-material mkdocstrings[python]
pip install mkdocs \
mkdocs-material \
mkdocstrings[python] \
pymdown-extensions \
mkdocs-material[imaging]
- name: Build and Deploy MkDocs Site
run: mkdocs gh-deploy --force --clean
run: |
mkdocs build --strict
mkdocs gh-deploy --force --clean
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c891bff

Please sign in to comment.