Skip to content

Merge pull request #29 from drym-org/debts-and-advances #6

Merge pull request #29 from drym-org/debts-and-advances

Merge pull request #29 from drym-org/debts-and-advances #6

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
defaults:
run:
shell: bash
jobs:
deploy-docs:
runs-on: ubuntu-latest
name: Build and deploy Old Abe documentation
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 Documentation and its Dependencies
run: make install-docs
- name: Build docs for hosting
run: make build-docs
- name: Push to GitHub Pages
uses: JamesIves/[email protected]
with:
folder: docs/output
branch: gh-pages
clean: true