Skip to content

Commit

Permalink
Again..
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 18, 2024
1 parent 5310173 commit 8a58684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout development branch
uses: actions/checkout@v4
with:
ref: develop
ref: feature/retrieve_doc

- name: Build Sphinx Docs
uses: ammaraskar/sphinx-action@master
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/feature/retrieve_doc'
with:
github_token: ${{ secrets.JLS_TOKEN }}
publish_dir: docs/build/html
Expand Down

0 comments on commit 8a58684

Please sign in to comment.