Skip to content

document an error encountered by @samdphillips #45

document an error encountered by @samdphillips

document an error encountered by @samdphillips #45

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- 'qi-doc/scribblings/**'
- '.github/workflows/docs.yml'
defaults:
run:
shell: bash
jobs:
deploy-docs:
runs-on: ubuntu-latest
name: Build and deploy backup docs
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Racket
uses: Bogdanp/[email protected]
with:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: 'stable'
- name: Install Package and its Dependencies
run: make install
- name: Build docs for hosting
run: make build-standalone-docs
- name: Push to GitHub Pages
uses: JamesIves/[email protected]
with:
folder: docs/qi
branch: gh-pages
clean: true
clean-exclude: benchmarks