Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to fix path for frontend artifa…
Browse files Browse the repository at this point in the history
…ct upload
  • Loading branch information
mashharuki committed Jun 8, 2024
1 parent 89f26bd commit 5e474ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ./pkgs/frontend/.out
path: ./pkgs/frontend/out
retention-days: 5

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 5e474ea

Please sign in to comment.