Skip to content

♻️ [refactor]: Add playground app for local development, add abstract… #31

♻️ [refactor]: Add playground app for local development, add abstract…

♻️ [refactor]: Add playground app for local development, add abstract… #31

Workflow file for this run

name: Build and Publish Docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm i --force
- name: Build Docs
run: npm run build-docs
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs