We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9835881 commit 9c82fdeCopy full SHA for 9c82fde
.github/workflows/publish.yml
@@ -41,22 +41,22 @@ jobs:
41
uses: actions/checkout@v4
42
with:
43
fetch-depth: 0
44
-
+
45
- name: 🐍 Set up Python
46
uses: actions/setup-python@v5
47
48
python-version: '3.8'
49
50
- name: 📚 Install MkDocs and dependencies
51
run: |
52
python -m pip install --upgrade pip
53
pip install mkdocs-material mkdocstrings mkdocstrings[python]
54
pip install ".[dev]"
55
56
- name: 🏗️ Build documentation
57
58
mkdocs build
59
60
- name: 🚀 Deploy to GitHub Pages
61
uses: peaceiris/actions-gh-pages@v3
62
0 commit comments