Skip to content

Commit

Permalink
Merge pull request #102 from boschrexroth/feature/release3.4
Browse files Browse the repository at this point in the history
github actions: install mkdoc plugins
  • Loading branch information
albrecht-j authored Dec 2, 2024
2 parents 475c23b + 2ad682b commit 7095d04
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 7095d04

Please sign in to comment.