mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 15:52:43 +03:00
22 lines
316 B
YAML
22 lines
316 B
YAML
|
name: Sphinx
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- '*'
|
||
|
tags:
|
||
|
- '*'
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- main
|
||
|
jobs:
|
||
|
|
||
|
sphinx-doc-check:
|
||
|
name: Sphinx
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v1
|
||
|
- uses: ammaraskar/sphinx-action@master
|
||
|
with:
|
||
|
docs-folder: "docs/"
|