Skip to content

Don't absint string value for default heading. #55

Don't absint string value for default heading.

Don't absint string value for default heading. #55

Workflow file for this run

name: Build Hook Docs
on:
push:
branches:
- main
jobs:
hookdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10
uses: actions/setup-node@v1
with:
node-version: '10.x'
- 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 }}