Skip to content

Commit 630365b

Browse files
committed
change
1 parent 53421f1 commit 630365b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: "3.13"
30+
python-version: "3.11"
3131
cache: pip # Implicitly uses requirements.txt for cache key
3232

3333
- name: Install dependencies
@@ -43,13 +43,9 @@ jobs:
4343
path: _build/.jupyter_cache
4444
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
4545

46-
# Build the book
4746
# Build the book
4847
- name: Build the book
4948
run: |
50-
echo "--- 現在のフォルダのファイル一覧 ---"
51-
ls -l
52-
echo "--- ビルド開始 ---"
5349
jupyter-book build .
5450
5551
# 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

Comments
 (0)