Skip to content

Commit

Permalink
fix: copy js instead of using bun
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdeSV committed Mar 30, 2024
1 parent 465aed3 commit 9f2771c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
- uses: oven-sh/setup-bun@v1
- run: bun build checkswipe.js --outdir website
- run: cp checkswipe.js website/checkswipe.js
- run: cp checkswipe.css website/checkswipe.css
- run: curl 'https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css' -o website/pico.classless.min.css
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 9f2771c

Please sign in to comment.