Skip to content

Commit

Permalink
Fixed docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Descent098 committed Aug 31, 2021
1 parent fb60416 commit 143ea00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:

- name: build html files
run: |
python -m pdoc ezcv --html --force
python -m pdoc sws --html --force
cd html
ls
mv ezcv/* .
mv sws/* .
ls
cd ..
ls
Expand All @@ -53,4 +53,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
if: ${{ github.event.inputs.doc_system == 'pdoc' }}
if: ${{ github.event.inputs.doc_system == 'pdoc' }}

0 comments on commit 143ea00

Please sign in to comment.