Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghadialhajj committed Dec 7, 2023
1 parent 9b40ba9 commit ac99265
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@ jobs:
- name: Build Documentation
run: |
cd docs
make html SPHINXOPTS="-v"
deploy:
runs-on: ubuntu-latest

needs: build

steps:
- name: Checkout Repository
uses: actions/checkout@v2
make html
- name: List Files in Publish Directory
run: |
Expand All @@ -49,4 +39,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/html # Adjust this based on your Sphinx output directory
publish_branch: gh-pages

0 comments on commit ac99265

Please sign in to comment.