Skip to content

Commit

Permalink
chore: fix github pages (#618)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Jan 9, 2025
1 parent 38ed089 commit 48adc46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Install dependencies
run: |
make install
make dev
- name: Generate docs
run: |
cd docs && make html
Expand Down

0 comments on commit 48adc46

Please sign in to comment.