File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments