Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Support GHC 9.6.1 (#47) #87

Support GHC 9.6.1 (#47)

Support GHC 9.6.1 (#47) #87

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
- ci
permissions:
contents: write
jobs:
run:
name: Build Documentation
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-20.04
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Build (GHC 9.4.5)'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30
- uses: actions/[email protected]
- uses: ./.github/actions/install-stack
- uses: ./.github/actions/cache
- name: Generate Haddock documentation
run: stack haddock --no-haddock-deps --haddock-arguments --odir="haddock"
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: haddock