Skip to content

Commit

Permalink
Add Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Sep 6, 2023
1 parent 575ade4 commit e4a8bcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
python-version: '3.11'
pre-build-command: "python -m pip install --upgrade pip && pip install sphinx-rtd-theme && pip install sphinx-new-tab-link"
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e4a8bcb

Please sign in to comment.