Skip to content

memoize monster-ability-part->rich-text #125

memoize monster-ability-part->rich-text

memoize monster-ability-part->rich-text #125

Workflow file for this run

---
name: Deploy documentation to GH Pages
on:
push:
branches:
- main
paths:
- 'scribblings/**'
- '.github/workflows/docs.yml'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Racket
uses: Bogdanp/[email protected]
with:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: 'stable'
- name: Install Package
run: make install RACO_INSTALL_ARGS=--batch
- name: Build docs
run: make docs/frosthaven-manager/index.html
- name: Push to GH Pages
uses: JamesIves/[email protected]
with:
folder: docs/frosthaven-manager
branch: gh-pages