Skip to content

Commit 2859df5

Browse files
committed
Try a different build command
1 parent 59d8d64 commit 2859df5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ jobs:
3030
# if you have config:
3131
# execute:
3232
# execute_notebooks: cache
33-
- name: cache executed notebooks
34-
uses: actions/cache@v4
35-
with:
36-
path: _build/.jupyter_cache
37-
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
33+
# - name: cache executed notebooks
34+
# uses: actions/cache@v4
35+
# with:
36+
# path: _build/.jupyter_cache
37+
# key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
3838

3939
# Build the book
4040
- name: Build the book
4141
run: |
42-
jupyter-book build --all ./
42+
jupyter-book build .
4343
4444
# https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow
4545

4646
# Upload the book's HTML as an artifact
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v4
48+
uses: actions/upload-pages-artifact@v3
4949
with:
5050
path: _build/html
5151

0 commit comments

Comments
 (0)