diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 698c2ba..6cd8c96 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/README.md b/README.md index 49f3761..496acfd 100644 --- a/README.md +++ b/README.md @@ -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)