Skip to content

Commit 3f61844

Browse files
actions
without the exclude
1 parent 14f1764 commit 3f61844

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-ui.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: github-pages
38-
path: |
39-
"**/*.zip"
40-
!./node_modules
38+
path: "**/*.zip"
4139
- name: Deploy to GitHub Pages
4240
id: deployment
4341
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)