We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 475c23b + 2ad682b commit 7095d04Copy full SHA for 7095d04
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
python-version: 3.x
29
30
- name: Install Python packages
31
- run: pip install mkdocs-material mike
+ run: pip install mkdocs-material mkdocs-exclude mkdocs-exclude-search mike
32
33
- name: Update gh-pages
34
run: |
@@ -38,8 +38,8 @@ jobs:
38
find scripts/ -name "*.md" | cpio -pd doc/
39
find scripts/ -name "*.png" | cpio -pd doc/
40
41
- if [ -f "scripts/doc/update_doc.sh" ]; then
42
- scripts/doc/update_doc.sh ${{ github.ref_name }}
43
- fi
+# if [ -f "scripts/doc/update_doc.sh" ]; then
+# scripts/doc/update_doc.sh ${{ github.ref_name }}
+# fi
44
45
mike deploy --push --update-aliases ${{ github.ref_name }} latest
0 commit comments