Skip to content

Commit

Permalink
Update Python Env
Browse files Browse the repository at this point in the history
  • Loading branch information
AcerP-py authored Sep 19, 2024
1 parent 5e47654 commit 63cfb69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
ref: "release/0.1"
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx-rtd-theme
- name: Build Docs
run: |
cd docs && make html
Expand Down

0 comments on commit 63cfb69

Please sign in to comment.