Skip to content

feat: test doc

feat: test doc #3

Workflow file for this run

---
on:
push:
branches: [ main ]
jobs:
doc:

Check failure on line 7 in .github/workflows/doc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doc.yml

Invalid workflow file

The workflow is not valid. .github/workflows/doc.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: windows-latest
needs: tests
steps:
- uses: extractions/setup-just@v2
- uses: actions/setup-python@v5
with:
python-version: 3.13
- 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