diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f3e41746d9..51f7b8f9bbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,16 @@ on: - cron: 0 0 * * MON # Run every Monday at 00:00 UTC jobs: + docs: + name: docs + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + - run: pip install nox + - run: nox -s docs + determine-changes: runs-on: ubuntu-latest outputs: