Skip to content

refactor(transformer): move html out into it's own transformer #71

refactor(transformer): move html out into it's own transformer

refactor(transformer): move html out into it's own transformer #71

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/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
branch: gh-pages
folder: dist