Skip to content

Commit 273f014

Browse files
committed
return to original path as it was working, however website returning 404
Signed-off-by: Jess Chitas <[email protected]>
1 parent 93ae194 commit 273f014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/upload-pages-artifact@v3
4646
with:
4747
# Upload dist folder
48-
path: '../../dist'
48+
path: './dist'
4949
- name: Deploy to GitHub Pages
5050
id: deployment
5151
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)