We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaacdb commit 48fc642Copy full SHA for 48fc642
.github/workflows/book.yml
@@ -69,7 +69,9 @@ jobs:
69
jupyter:
70
runs-on: "ubuntu-latest"
71
steps:
72
-
+ # Check out the repository code
73
+ - name: Checkout [${{ github.repository }}]
74
+ uses: actions/checkout@v4
75
76
# Build the Jupyter Book using a reusable action
77
# This action handles the book building process including configuration
0 commit comments