Skip to content

.github/workflows/sphinx.yml #1067

.github/workflows/sphinx.yml

.github/workflows/sphinx.yml #1067

Workflow file for this run

on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request:
schedule:
- cron: '12 15 * * *'
workflow_dispatch:
jobs:
sphinx:
strategy:
fail-fast: false
matrix:
dir:
- apple-codesign/docs
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Run Sphinx
run: |
python3.10 -m pip install Sphinx==5.1.1
make -C ${{ matrix.dir }} html