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 40d4049 commit c451740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies and build pages
run: |
python3 -m pip install --upgrade pip
python3 -m pip install build sphinx==8.0.2 sphinx-copybutton sphinx_design pydata-sphinx-theme myst_parser
python3 -m pip install build sphinx>8 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 c451740

Please sign in to comment.