Skip to content

formal sig example for rec types #57

formal sig example for rec types

formal sig example for rec types #57

Workflow file for this run

name: Publish GH Page
on:
push:
branches:
- master
jobs:
publish:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Racket
uses: Bogdanp/[email protected]
with:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: 'stable'
- run: raco pkg install --deps search-auto scribble-math
- name: Build Scribble Docs
run: |
xvfb-run racket -l racket/gui -l- scribble/run ++xref-in setup/xref load-collections-xref --htmls --redirect-main http://docs.racket-lang.org/ script.scrbl
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./script