Skip to content

Commit

Permalink
Update pdoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Yang committed Feb 27, 2021
1 parent 5909545 commit ecce4ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- run: git clone https://github.com/pytorch/ignite
- run: pip install pip wheel setuptools -U --progress-bar off
- run: pip install pdoc --progress-bar off -U
- run: |
pip install . -f https://download.pytorch.org/whl/cpu/torch_stable.html --progress-bar off
pdoc -o ./docs/build/html ignite -d google
- run: pip install . -f https://download.pytorch.org/whl/cpu/torch_stable.html --progress-bar off
working-directory: ignite
- run: pdoc -o ./docs/build/html ignite -d google
working-directory: ignite

- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ecce4ae

Please sign in to comment.