Skip to content

Commit

Permalink
fix: error in doc generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 authored Aug 14, 2023
1 parent 56bae18 commit 7807c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- run: python -m pip install --upgrade pipenv wheel
- run: pipenv update
- run: pipenv run mkdocs build
- run: pipenv ghp-import site -p -x site
- run: pipenv run ghp-import site -p -x site

0 comments on commit 7807c41

Please sign in to comment.