Skip to content

Commit

Permalink
pdoc action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 7, 2024
1 parent f8d4893 commit dcd2836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/pdoc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ runs:
- name: Install pdoc
shell: bash
run: |
poetry run pip install --no-cache-dir pdoc==14.3.0
pip install --no-cache-dir pdoc==14.3.0
- name: Build pdoc
shell: bash
run: |
poetry run pdoc -o artifacts/pdoc ${{ inputs.pdoc-arguments || '' }} ${{ inputs.source-folder || 'cvx' }}
pdoc -o artifacts/pdoc ${{ inputs.pdoc-arguments || '' }} ${{ inputs.source-folder || 'cvx' }}
- name: Archive sphinx documentation
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dcd2836

Please sign in to comment.