Skip to content

Commit b92c899

Browse files
action
debug
1 parent 09de75b commit b92c899

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload GitHub Pages Artifact
3737
uses: actions/upload-pages-artifact@v3
3838
with:
39-
path: .
39+
path: public
4040
- name: Deploy to GitHub Pages
4141
id: deployment
4242
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.DS_Store
22
build
33
node_modules
4-
public
5-
4+
*/public
File renamed without changes.

0 commit comments

Comments
 (0)