Skip to content

Update mc_event_classes() to echo instead of return; add getter #627

Update mc_event_classes() to echo instead of return; add getter

Update mc_event_classes() to echo instead of return; add getter #627

Workflow file for this run

name: Build Hook Docs
on:
push:
branches:
- master
jobs:
hookdocs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version-vile: '.nvmrc'
- name: npm install, and build docs
run: |
npm install
npm run build:docs
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: './docs'
github_token: ${{ secrets.GITHUB_TOKEN }}