Files
shell-script-generator-cli/.gitea/workflows/docs.yml
7000pctAUTO 213cbf2b13
Some checks failed
Build / build (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
Coverage / coverage (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Docs / docs (push) Has been cancelled
Format / format (push) Has been cancelled
Integration / integration (push) Has been cancelled
Labeler / labeler (push) Has been cancelled
Lint / lint (push) Has been cancelled
Scorecards / scorecard (push) Has been cancelled
Security / security (push) Has been cancelled
Super-Linter / super-lint (push) Has been cancelled
Test / test (3.10) (push) Has been cancelled
Test / test (3.11) (push) Has been cancelled
Test / test (3.12) (push) Has been cancelled
Test / test (3.8) (push) Has been cancelled
Test / test (3.9) (push) Has been cancelled
Validate / validate (push) Has been cancelled
Initial upload with CI/CD workflow
2026-01-31 11:08:08 +00:00

24 lines
431 B
YAML

name: Docs
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install doc tools
run: |
pip install pdoc
- name: Generate docs
run: |
pdoc -o docs shellgen