Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 27, 2024
1 parent 7a684fe commit 9638261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install
run: bun install
- name: Build
working-directory: autocorrect-website
run: |
bun run build
cp dist/index.html dist/404.html
Expand All @@ -27,7 +28,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "dist"
path: "autocorrect-website/dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 9638261

Please sign in to comment.