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 4cc5996 commit 0da51d8Copy full SHA for 0da51d8
.github/workflows/deploy_pages.yml
@@ -21,12 +21,11 @@ jobs:
21
- run: ls -la
22
- name: Setup Pages
23
uses: actions/configure-pages@v2
24
- - name: Setup Python, install plugins, and build site
+ - name: Setup Python environment
25
uses: actions/setup-python@v4
26
with:
27
- python-version: 3.x
28
- - run: pip install mkdocs
29
- - run: pip install mkdocs-section-index
+ python-version: 3.12
+ - run: pip install -r requirements.txt
30
- run: mkdocs build --site-dir ./_site
31
- name: Upload artifact
32
uses: actions/upload-pages-artifact@v3.0.1
0 commit comments