Skip to content

Commit c51ea73

Browse files
Updated workflow packages to be pegged at specific versions. (#142)
1 parent 13148d6 commit c51ea73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
pages:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
environment:
1717
name: github-pages
1818
# url: ${{ steps.deployment.outputs.page_url }}
@@ -32,7 +32,7 @@ jobs:
3232
- id: finesse_environment
3333
run: |
3434
python3 -m pip install --upgrade pip
35-
python3 -m pip install sphinx pydata-sphinx-theme sphinx-sitemap sphinx_design
35+
python3 -m pip install sphinx==8.1.0 pydata-sphinx-theme==0.16.1 sphinx-sitemap==2.6.0 sphinx_design==0.6.1
3636
- id: sphinx
3737
run: |
3838
cd documentation

0 commit comments

Comments
 (0)