Skip to content

Commit

Permalink
Posible fix to docs generation in github pages 21
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-cruz committed Apr 23, 2024
1 parent 3443f4f commit 360e22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: site-artifact
path: ./docs/_build/html
path: ./docs/

deploy:
needs: docs
Expand All @@ -87,4 +87,4 @@ jobs:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v3
with:
path: .
path: ./_build/

0 comments on commit 360e22a

Please sign in to comment.