Skip to content

feat: Add metadatas to structure component specification (#488) #44

feat: Add metadatas to structure component specification (#488)

feat: Add metadatas to structure component specification (#488) #44

Workflow file for this run

name: Documentation
on:
push:
branches:
- "main"
jobs:
deploy:
name: Deploy to GH Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.8.0
- run: ./scripts/gitbook.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website