Skip to content

Merge pull request #85 from helium/feat/caching #53

Merge pull request #85 from helium/feat/caching

Merge pull request #85 from helium/feat/caching #53

name: Build and Deploy Docs
on:
push:
branches:
- main
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn
yarn docs
- name: Deploy Docs 🚀
uses: JamesIves/[email protected]
with:
branch: docs
folder: docs