Skip to content

Commit

Permalink
chore: update ci and add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Nov 20, 2023
1 parent 96db712 commit eff9d2f
Show file tree
Hide file tree
Showing 5 changed files with 506 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Generate docs
working-directory: packages/sdk
run: npx typedoc src/index.ts --skipErrorChecking

- name: Deploy github page for doc 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.



1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dist
tmp
/out-tsc
docs

# dependencies
node_modules
Expand Down
Loading

0 comments on commit eff9d2f

Please sign in to comment.