Skip to content

feat: simplify transformations #75

feat: simplify transformations

feat: simplify transformations #75

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