Skip to content

Commit 6b768f7

Browse files
committed
include package/nodemodules in zip
1 parent a8c0bda commit 6b768f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ jobs:
4040
- name: Install zip (if needed)
4141
run: sudo apt-get update && sudo apt-get install -y zip
4242

43-
- name: Zip contents of build/ for Azure run-from-package
43+
- name: Zip project for Azure run-from-package
4444
run: |
45-
cd build
46-
zip -r ../build.zip .
47-
cd ..
45+
zip -r build.zip build/ package.json package-lock.json node_modules/
4846
4947
- name: Upload artifact for deployment
5048
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)