Skip to content

Get Plugin going

Get Plugin going #18

Workflow file for this run

name: API Doc Parsing
on:
pull_request:
types:
- opened
- synchronize
branches:
- LP-55-Backend-Refactor # Temporary. Will be changed to `main` when refactor is complete
jobs:
generate-api-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
path: moodle
- name: Setup Python
uses: actions/setup-python@v4.7.1
with:
python-version: '3.12'
- name: Generate docs
working-directory: moodle
run: python document_services.py -