Skip to content

Commit

Permalink
Update itinerant_sphinx_autodoc2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 26, 2024
1 parent 17d6fe7 commit 29ed1de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/itinerant_sphinx_autodoc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: cp scripts/sphinx_conf.py /tmp/
- run: cp scripts/sphinx_index.md /tmp/
- uses: actions/checkout@v4
with:
repository: ${{ github.event.inputs.repo }}
- run: mkdir itinerant_sphinx_autodoc2
- run: cp /tmp/sphinx_conf.py itinerant_sphinx_autodoc2/conf.py
- run: cp /tmp/sphinx_index.md itinerant_sphinx_autodoc2/index.md
- run: ls -Fla
- run: pip install --upgrade pip
- run: pip install --upgrade furo myst_parser sphinx-autodoc2
Expand Down

0 comments on commit 29ed1de

Please sign in to comment.