Skip to content

feat: robot doc https://shpaker.github.io/winregistry/winregistry.robot #7

feat: robot doc https://shpaker.github.io/winregistry/winregistry.robot

feat: robot doc https://shpaker.github.io/winregistry/winregistry.robot #7

Workflow file for this run

---
on:
push:
branches: [ main ]
jobs:
doc:
runs-on: windows-latest
steps:
- uses: extractions/setup-just@v2
- uses: actions/setup-python@v5
with:
python-version: 3.10
- uses: actions/checkout@v4
- run: |
python -m pip install poetry~=1.8.4
poetry install --no-ansi --sync
- run: just doc
- uses: actions/upload-artifact@v4
if: always()
with:
name: robot_doc
path: index.html