Skip to content

Commit

Permalink
Fix/deploy example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 committed Nov 20, 2023
1 parent 776e528 commit bb8fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build docs
run: pnpm run docs
- name: Copy example folder
run: cp -R example docs/
run: cp -R example/* docs/

- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit bb8fc50

Please sign in to comment.