Skip to content

Commit

Permalink
Update pdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen authored Jul 7, 2023
1 parent 44c8297 commit a2467a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python setup.py develop
python setup.py build_cannonsim
export PDOC_ALLOW_EXEC=1
pip install pdoc
- name: Checkout
uses: actions/[email protected]
- name: Build
run: |
export PDOC_ALLOW_EXEC=1
pdoc -d numpy -o ./pdocs easyvvuq
- name: Publish generated content to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit a2467a0

Please sign in to comment.