Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Dec 11, 2023
1 parent 318affd commit 7025755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
rm -f *.rst make.bat
cd ${{ github.workspace }}/src
sphinx-apidoc -F -a -o docs/source baskerville
ls -la docs/source
ls -la docs/build
cd ${{ github.workspace }}/src/docs
pwd
make html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 7025755

Please sign in to comment.