Skip to content

Commit

Permalink
docs: typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nichita-pasecinic committed Jan 14, 2024
1 parent 181108e commit 8e013ed
Show file tree
Hide file tree
Showing 22 changed files with 1,199 additions and 1,292 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ jobs:
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm run publint
- run: npm run publint

- name: Deploy Docs
run: npm run typedoc
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: docs
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ node_modules
dist
.idea
coverage
.vitest-preview
docs
demo-app
Loading

0 comments on commit 8e013ed

Please sign in to comment.