Skip to content

Commit 0da51d8

Browse files
authored
Update deploy_pages.yml
1 parent 4cc5996 commit 0da51d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ jobs:
2121
- run: ls -la
2222
- name: Setup Pages
2323
uses: actions/configure-pages@v2
24-
- name: Setup Python, install plugins, and build site
24+
- name: Setup Python environment
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: 3.x
28-
- run: pip install mkdocs
29-
- run: pip install mkdocs-section-index
27+
python-version: 3.12
28+
- run: pip install -r requirements.txt
3029
- run: mkdocs build --site-dir ./_site
3130
- name: Upload artifact
3231
uses: actions/upload-pages-artifact@v3.0.1

0 commit comments

Comments
 (0)