Skip to content

Commit 89dbb1f

Browse files
committed
Update frontend.yml to upload all files from the build output directory
1 parent 4e6394b commit 89dbb1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/frontend.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3
5050
with:
51-
# Upload the build output from the "dist" folder
52-
path: frontend/dist
51+
path: frontend/dist/*
5352

5453
- name: Deploy to GitHub Pages
5554
id: deployment

0 commit comments

Comments
 (0)