We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53421f1 commit 630365bCopy full SHA for 630365b
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v6
29
with:
30
- python-version: "3.13"
+ python-version: "3.11"
31
cache: pip # Implicitly uses requirements.txt for cache key
32
33
- name: Install dependencies
@@ -43,13 +43,9 @@ jobs:
43
path: _build/.jupyter_cache
44
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
45
46
- # Build the book
47
# Build the book
48
- name: Build the book
49
run: |
50
- echo "--- 現在のフォルダのファイル一覧 ---"
51
- ls -l
52
- echo "--- ビルド開始 ---"
53
jupyter-book build .
54
55
# 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
0 commit comments