We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3b32 commit 53421f1Copy full SHA for 53421f1
1 file changed
.github/workflows/deploy.yml
@@ -43,9 +43,13 @@ 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