Skip to content

Commit

Permalink
Update docs.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored May 24, 2024
1 parent 00ffb37 commit 39400e7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,11 @@ jobs:
with:
python-version: '3.10'
- run: pip install ".[docs]"
- run: |
sphinx-build docs/src docs/build
pwd
echo "---"
ls docs
echo "---"
ls docs/build
echo "---"
ls docs/build/html
echo "---"
- run: sphinx-build docs/src docs/build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/build/html'
path: 'docs/build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 39400e7

Please sign in to comment.