Skip to content

Commit

Permalink
github actions: install mkdoc plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
guidfort committed Dec 2, 2024
1 parent 475c23b commit 2ad682b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: 3.x

- name: Install Python packages
run: pip install mkdocs-material mike
run: pip install mkdocs-material mkdocs-exclude mkdocs-exclude-search mike

- name: Update gh-pages
run: |
Expand All @@ -38,8 +38,8 @@ jobs:
find scripts/ -name "*.md" | cpio -pd doc/
find scripts/ -name "*.png" | cpio -pd doc/
if [ -f "scripts/doc/update_doc.sh" ]; then
scripts/doc/update_doc.sh ${{ github.ref_name }}
fi
# if [ -f "scripts/doc/update_doc.sh" ]; then
# scripts/doc/update_doc.sh ${{ github.ref_name }}
# fi

mike deploy --push --update-aliases ${{ github.ref_name }} latest

0 comments on commit 2ad682b

Please sign in to comment.