Skip to content

Commit 60ea071

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- run: |
1717
npm install
1818
npm run build -- --base="/${{ github.event.repository.name }}/"
19-
cp .eodash-style-editor/dist/index.html .eodash-style-editor/dist/404.html
19+
cp ./dist/index.html ./dist/404.html
2020
touch .eodash-style-editor/dist/.nojekyll
2121
- uses: JamesIves/github-pages-deploy-action@v4
2222
with:
23-
folder: ./.eodash-style-editor/dist/
23+
folder: ./dist/
2424
branch: gh-pages
2525
clean-exclude: pr-preview

0 commit comments

Comments
 (0)