Skip to content

Commit 8a38314

Browse files
committed
typo
1 parent 7c5f52c commit 8a38314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Step 2: Zip the subfolder
1717
- name: Create ZIP of subfolder
1818
run: |
19-
SUBFOLDER="docs/tutorials"
19+
SUBFOLDER="docs/notebooks"
2020
ZIP_NAME="${SUBFOLDER}.zip"
2121
2222
if [ ! -d "$SUBFOLDER" ]; then

0 commit comments

Comments
 (0)