Skip to content

Commit

Permalink
fix bundle step
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Oct 13, 2023
1 parent c9ace4d commit c9e1dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build TypeScript
run: npm run build

- name: Bundle Release
run: npm run bundle
- name: Bundle Dist Files
run: cp -v *.{'html','css','svg'} ./dist

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
Expand Down

0 comments on commit c9e1dff

Please sign in to comment.