Skip to content

Commit 1031f93

Browse files
authored
Update main_product-docs-prod.yml
1 parent 04dc9e2 commit 1031f93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main_product-docs-prod.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
env:
2828
NODE_OPTIONS: "--max-old-space-size=16384"
2929

30+
- name: Install zip (if needed)
31+
run: sudo apt-get update && sudo apt-get install -y zip
32+
3033
- name: Zip build directory
3134
run: zip -r build.zip build
3235

@@ -64,4 +67,4 @@ jobs:
6467
with:
6568
app-name: 'product-docs-prod'
6669
slot-name: 'Production'
67-
package: build
70+
package: build

0 commit comments

Comments
 (0)