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 8a38314 commit e2edfaeCopy full SHA for e2edfae
.github/workflows/pack-tutorials.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Create ZIP of subfolder
18
run: |
19
SUBFOLDER="docs/notebooks"
20
- ZIP_NAME="${SUBFOLDER}.zip"
+ ZIP_NAME="tutorials.zip"
21
22
if [ ! -d "$SUBFOLDER" ]; then
23
echo "Error: Subfolder '$SUBFOLDER' does not exist."
0 commit comments