1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/.github/workflows/ci.yml
2020-09-24 00:02:41 +00:00

15 lines
248 B
YAML

name: "CI"
on:
- pull_request
- push
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: ammaraskar/sphinx-action@0.4
with:
docs-folder: "."
build-command: make html linkcheck