Skip to content

Commit

Permalink
Posible fix to docs generation in github pages 19
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-cruz committed Apr 23, 2024
1 parent 6b37a31 commit efc8964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 # This should be the path to your built documentation
path: ./docs/_build/html

deploy:
needs: docs
Expand All @@ -85,7 +85,7 @@ jobs:
path: docs

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
path: docs # This should be the directory where the artifact was downloaded
path: docs

0 comments on commit efc8964

Please sign in to comment.