Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 authored Nov 4, 2024
1 parent ce8b98e commit 64f2d95
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: poetry install --no-root
- run: poetry run pdoc spond_classes -o docs -d numpy -t docs_templates

- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install project
run: poetry install --no-root
- name: Generate HTML docs with pdoc
run: poetry run pdoc spond_classes -o docs -d numpy -t docs_templates
- uses: actions/upload-pages-artifact@v3
with:
path: docs/
Expand Down

0 comments on commit 64f2d95

Please sign in to comment.