mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
e9464848c0
* rename and clarify 'previous version' setting. * bump GitHub Action versions. * make initialise direct dependency of any stage that relies on it for conditional logic. * turn nix step back on and update cachix action. * I think pinning a version should not really help here anymore. also, nix-flakes-installer no longer exists.
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@v3
|
|
- uses: ammaraskar/sphinx-action@master
|
|
with:
|
|
docs-folder: "docs/"
|