Skip to content

Commit 53421f1

Browse files
committed
check
1 parent 7cd3b32 commit 53421f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ jobs:
4343
path: _build/.jupyter_cache
4444
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
4545

46+
# Build the book
4647
# Build the book
4748
- name: Build the book
4849
run: |
50+
echo "--- 現在のフォルダのファイル一覧 ---"
51+
ls -l
52+
echo "--- ビルド開始 ---"
4953
jupyter-book build .
5054
5155
# 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)