Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan-surana authored Aug 23, 2024
1 parent 9b168d1 commit 40d4049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies and build pages
run: |
python -m pip install --upgrade pip
python -m pip install build sphinx sphinx-copybutton sphinx_design pydata-sphinx-theme myst_parser
python3 -m pip install --upgrade pip
python3 -m pip install build sphinx==8.0.2 sphinx-copybutton sphinx_design pydata-sphinx-theme myst_parser
sphinx-build docs html
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 40d4049

Please sign in to comment.