Skip to content

Commit

Permalink
fix path to documentation generation script in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Nov 18, 2024
1 parent 6c8252e commit 21bdf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pip install -r docs/src/requirements.txt

- name: Generate documentation
run: python generate_docs.py
run: python docs/src/generate_docs.py

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 21bdf09

Please sign in to comment.