Skip to content

Commit

Permalink
fix documentation - attempt #8
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBinotto committed May 14, 2024
1 parent 28b5762 commit 9b1e55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Documentation
name: Docs

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
touch gh-pages/.nojekyll
cd docs/
poetry run make html
cp -r build/* ../gh-pages/
cp -r build/html/* ../gh-pages/
- name: Deploy documentation
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 9b1e55d

Please sign in to comment.