Skip to content

Commit fccc5a4

Browse files
committed
Fix: pages artifact path
1 parent adae719 commit fccc5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.ref == 'refs/heads/main'
3535
uses: actions/upload-pages-artifact@v3
3636
with:
37-
path: Frontend/WebEditor/dist
37+
path: "./Frontend/WebEditor/dist/"
3838

3939
- name: Deploy to GitHub Pages
4040
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)