mirror of
https://github.com/ModOrganizer2/pystubs-generation.git
synced 2026-07-27 14:07:13 -07:00
19 lines
447 B
YAML
19 lines
447 B
YAML
name: Check Documentation
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
# Standard drop-in approach that should work for most people.
|
|
- uses: ammaraskar/sphinx-action@master
|
|
env:
|
|
PYTHONPATH: .
|
|
with:
|
|
pre-build-command: "apt-get update -y && apt-get install -y libgl1-mesa-glx && cp stubs/2.4.0/mobase.pyi docs/mobase.py"
|
|
docs-folder: "docs/"
|