Skip to content

Merge pull request #209 from xmtp/np/fix-custom-content-type-bug #38

Merge pull request #209 from xmtp/np/fix-custom-content-type-bug

Merge pull request #209 from xmtp/np/fix-custom-content-type-bug #38

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.14.0
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build typedocs
run: npm run typedoc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs