Skip to content

Merge pull request #5 from Brenopms/dependabot/npm_and_yarn/word-wrap… #20

Merge pull request #5 from Brenopms/dependabot/npm_and_yarn/word-wrap…

Merge pull request #5 from Brenopms/dependabot/npm_and_yarn/word-wrap… #20

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Build on Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- name: Run typedoc to generate html documentation
run: npm run generate-docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: genDocs