Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Mar 29, 2023
1 parent 69658e6 commit ca6ff31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
# for now, only install mkdocs. In the future may need to install Marvin itself.
- name: Install dependencies for MKDocs Material
run: pip install \
git+https://oauth:${MKDOCS_INSIDERS_PAT}@github.com/PrefectHQ/mkdocs-material-insiders.git \
mkdocs-material \
mkdocs-autolinks-plugin \
mkdocs-awesome-pages-plugin \
mkdocstrings[python] \
pillow \
cairosvg
- name: Publish docs
run: mkdocs gh-deploy --config-file mkdocs.insiders.yml --force
run: mkdocs gh-deploy --force

0 comments on commit ca6ff31

Please sign in to comment.