Skip to content

refactor: initial restructure #69

refactor: initial restructure

refactor: initial restructure #69

Workflow file for this run

name: Docs
on: [push]
jobs:
build-docs:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build
run: make docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
token: ${{ secrets.GH_TOKEN }}
branch: gh-pages
folder: dist