Skip to content

Better module name #136

Better module name

Better module name #136

Workflow file for this run

name: Publish to NPM
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
- run: npm install typedoc-plugin-missing-exports
- name: Create docs
run: npx typedoc --tsconfig tsconfig.json --cname grindery-nexus-common-utils.dev.grindery.org --basePath ./ src/index.ts
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: docs