Skip to content

Commit 7095d04

Browse files
authored
Merge pull request #102 from boschrexroth/feature/release3.4
github actions: install mkdoc plugins
2 parents 475c23b + 2ad682b commit 7095d04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: 3.x
2929

3030
- name: Install Python packages
31-
run: pip install mkdocs-material mike
31+
run: pip install mkdocs-material mkdocs-exclude mkdocs-exclude-search mike
3232

3333
- name: Update gh-pages
3434
run: |
@@ -38,8 +38,8 @@ jobs:
3838
find scripts/ -name "*.md" | cpio -pd doc/
3939
find scripts/ -name "*.png" | cpio -pd doc/
4040
41-
if [ -f "scripts/doc/update_doc.sh" ]; then
42-
scripts/doc/update_doc.sh ${{ github.ref_name }}
43-
fi
41+
# if [ -f "scripts/doc/update_doc.sh" ]; then
42+
# scripts/doc/update_doc.sh ${{ github.ref_name }}
43+
# fi
4444

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

0 commit comments

Comments
 (0)