Skip to content

Commit

Permalink
Update pdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitfold authored Apr 22, 2021
1 parent 7c88d08 commit 6643171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
pip install pdoc
- name: Build and publish
run: |
pdoc pdocs easyvvuq
pdoc -o ./pdocs easyvvuq
- name: Publish generated content to GitHub Pages
uses: tsunematsu21/actions-publish-gh-pages@v1.0.1
with:
dir: pdocs
branch: gh-pages
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

0 comments on commit 6643171

Please sign in to comment.