Skip to content

Commit

Permalink
update MkDocs Material workflow to deploy
Browse files Browse the repository at this point in the history
documentation to GitHub Pages
  • Loading branch information
rggdmonk committed Nov 9, 2023
1 parent 3d10b27 commit bb851e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs_material.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build and Deploy MkDocs Material to GitHub Pages
name: Deploy documentation to GitHub Pages
on:
push:
branches:
Expand All @@ -21,10 +22,9 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install \
mkdocs \
mkdocs-material \
mkdocs-gen-files \
mkdocs-literate-nav \
mkdocs-material \
mkdocs-section-index \
mkdocstrings \
mkdocstrings-python \
Expand Down

0 comments on commit bb851e8

Please sign in to comment.