Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Oct 8, 2023
1 parent 1b4f2f8 commit 9bf0b32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: bun run build

- run: mkdir deploy && mv index.html deploy

- uses: actions/upload-artifact@v3
with:
name: github-pages
path: deploy

# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 9bf0b32

Please sign in to comment.