Skip to content

sphinx-ape 0.1.0a2

sphinx-ape 0.1.0a2 #59

Workflow file for this run

name: Docs
on:
push:
branches: [main]
release:
types: [released]
pull_request:
types: [opened, synchronize]
jobs:
docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
# NOTE: This also serves as a test for the action.
- name: Docs
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}