Skip to content

Commit

Permalink
chore: upload dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bentinata committed Jul 2, 2024
1 parent b09ef08 commit b178c97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ jobs:
bun-version: latest
- run: bun install
- run: bun run build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit b178c97

Please sign in to comment.