Skip to content

Commit

Permalink
add workflow to deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Nov 15, 2023
1 parent 33d69a9 commit 1c3b611
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ jobs:
uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}

- name: typedoc
run: npx typedoc .\src\mod.ts

- name: Deploy docs to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs

0 comments on commit 1c3b611

Please sign in to comment.