We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09de75b commit b92c899Copy full SHA for b92c899
.github/workflows/build-ui.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Upload GitHub Pages Artifact
37
uses: actions/upload-pages-artifact@v3
38
with:
39
- path: .
+ path: public
40
- name: Deploy to GitHub Pages
41
id: deployment
42
uses: actions/deploy-pages@v4
.gitignore
@@ -1,5 +1,4 @@
1
.DS_Store
2
build
3
node_modules
4
-public
5
-
+*/public
index.html public/index.htmlindex.html renamed to public/index.html
0 commit comments