Skip to content

Commit c7782e8

Browse files
authored
Freezing docs OS at ubuntu-24.04 and jupyter-book v1 (#103)
* freezing docs os at ubuntu-24.04 tackling error with jupyter-book v2: https://github.com/HPSCTerrSys/TSMP2/actions/runs/19062616900/job/54457352635 * docs: hard-code jupyter-book to v1
1 parent 89493e8 commit c7782e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
build:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:
@@ -52,7 +52,7 @@ jobs:
5252
deploy:
5353
if: github.event_name != 'pull_request'
5454
needs: build
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-24.04
5656
environment:
5757
name: github-pages
5858
url: ${{ steps.deployment.outputs.page_url }}

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyter-book
1+
jupyter-book < 2
22
matplotlib
33
numpy
44
ghp-import

0 commit comments

Comments
 (0)