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 7c5f52c commit 8a38314Copy full SHA for 8a38314
.github/workflows/pack-tutorials.yml
@@ -16,7 +16,7 @@ jobs:
16
# Step 2: Zip the subfolder
17
- name: Create ZIP of subfolder
18
run: |
19
- SUBFOLDER="docs/tutorials"
+ SUBFOLDER="docs/notebooks"
20
ZIP_NAME="${SUBFOLDER}.zip"
21
22
if [ ! -d "$SUBFOLDER" ]; then
0 commit comments