Skip to content

Commit 48fc642

Browse files
committed
Makefile and correcting books
1 parent cdaacdb commit 48fc642

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/book.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
jupyter:
7070
runs-on: "ubuntu-latest"
7171
steps:
72-
72+
# Check out the repository code
73+
- name: Checkout [${{ github.repository }}]
74+
uses: actions/checkout@v4
7375

7476
# Build the Jupyter Book using a reusable action
7577
# This action handles the book building process including configuration

0 commit comments

Comments
 (0)