Skip to content

Commit

Permalink
tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitafedik committed Oct 10, 2024
1 parent f79f1a7 commit 9a19cf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
run: |
sphinx-build -b html docs/source docs/_autobuild/html
- name: Set Python Path
run: |
echo "PYTHONPATH=$(pwd)/alframework" >> $GITHUB_ENV
- name: Install your package
run: |
pip install .
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/docs' # Only deploy on docs branch
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9a19cf9

Please sign in to comment.