setup-lisp/.github/workflows/docs.yml

34 lines
797 B
YAML
Raw Normal View History

2021-02-06 09:41:50 +00:00
name: 'Docs'
on:
# This will run tests on pushes
# to master branch or on pull merges:
push:
branches:
- 'main'
- 'master'
# This will run tests for every pull request:
pull_request:
# Rerun tests at 10 AM every Monday
# to check if they still work with latest dependencies.
schedule:
- cron: '0 10 * * 1'
jobs:
build-docs:
2021-02-06 10:13:44 +00:00
runs-on: macos-latest
2021-02-06 09:41:50 +00:00
env:
LISP: sbcl-bin
steps:
- uses: actions/checkout@v1
2021-02-06 09:59:05 +00:00
- uses: 40ants/cl-info/.github/actions/setup-lisp@custom-action
with:
asdf-system: cl-info
2021-02-06 10:13:44 +00:00
qlfile-template: |
github mgl-pax 40ants/mgl-pax :branch mgl-pax-minimal
2021-02-06 09:41:50 +00:00
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
with:
asdf-system: cl-info