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 95ccfa6 commit 9e03d99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/itinerant_sphinx_autodoc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: |
pushd scripts
cp sphinx_conf.py /tmp/
popd
- run: cp scripts/sphinx_conf.py /tmp/
- uses: actions/checkout@v4
with:
repository: ${{ github.event.inputs.repo }}
- run: ls /tmp
- run: mkdir itinerant_sphinx_autodoc2
- run: cp tmp/sphinx_conf.py itinerant_sphinx_autodoc2/conf.py
- run: ls -Fla
- run: pip install --upgrade pip
- run: pip install --upgrade furo myst_parser sphinx-autodoc2
Expand Down

0 comments on commit 9e03d99

Please sign in to comment.