Skip to content

Commit 2a8512b

Browse files
committed
fix: second try to use correct paths for deployment
1 parent 60ea071 commit 2a8512b

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
@@ -17,7 +17,7 @@ jobs:
1717
npm install
1818
npm run build -- --base="/${{ github.event.repository.name }}/"
1919
cp ./dist/index.html ./dist/404.html
20-
touch .eodash-style-editor/dist/.nojekyll
20+
touch ./dist/.nojekyll
2121
- uses: JamesIves/github-pages-deploy-action@v4
2222
with:
2323
folder: ./dist/

0 commit comments

Comments
 (0)