We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1ca14 commit 60ea071Copy full SHA for 60ea071
.github/workflows/deploy.yml
@@ -16,10 +16,10 @@ jobs:
16
- run: |
17
npm install
18
npm run build -- --base="/${{ github.event.repository.name }}/"
19
- cp .eodash-style-editor/dist/index.html .eodash-style-editor/dist/404.html
+ cp ./dist/index.html ./dist/404.html
20
touch .eodash-style-editor/dist/.nojekyll
21
- uses: JamesIves/github-pages-deploy-action@v4
22
with:
23
- folder: ./.eodash-style-editor/dist/
+ folder: ./dist/
24
branch: gh-pages
25
clean-exclude: pr-preview
0 commit comments