Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Descent098 committed Jan 10, 2021
1 parent 341a28d commit 9a5b071
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:
- name: build html files
run: |
python -m pdoc ezcv --html --force
cd html
ls
mv "./html/ezcv/*" "html"
mv ezcv/* .
ls
cd ..
ls
rm -rf "./html/ezcv"
if: ${{ github.event.inputs.doc_system == 'pdoc' }}

- name: Deploy Docs
Expand Down

0 comments on commit 9a5b071

Please sign in to comment.