Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit f8b6b63

Browse files
author
Amelia Wattenberger
authored
Add public folder to deploy zip
1 parent 1c77a11 commit f8b6b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main_next-devex-blocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
yarn build
5353
5454
- name: package zip
55-
run: zip -r web.zip package.json .next node_modules/
55+
run: zip -r web.zip package.json .next node_modules/ public/
5656

5757
- name: "Deploy to Azure Web App"
5858
id: deploy-to-webapp

0 commit comments

Comments
 (0)