Skip to content

feat: null to undefined #28

feat: null to undefined

feat: null to undefined #28

Workflow file for this run

name: Automatic JsDoc pages
on:
push:
branches:
- custom
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
uses: andstor/jsdoc-action@v1
with:
config_file: jsdoc.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs