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 745bb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/github-pages-deploy-action@4.1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Grades.forEach(grade => { // [Rating.Again, Rating.Hard, Rating.Good, Rating.Eas

More refer:
- [Docs - Github Pages](https://ishiko732.github.io/ts-fsrs/)
- [Example.html - Github Pages](https://ishiko732.github.io/example.html)
- [Example.html - Github Pages](https://ishiko732.github.io/ts-fsrs/example)
- [Browser](https://github.com/ishiko732/ts-fsrs/blob/master/example/example.html) (ts-fsrs package using CDN)
- [Next.js+Prisma](https://github.com/ishiko732/ts-fsrs-demo)

Expand Down

0 comments on commit 745bb97

Please sign in to comment.