Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
Changed branch for documentation geneartion to doc_development
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaBobasheva committed Nov 18, 2024
1 parent 78bc4a1 commit ae9e41c
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: development
ref: doc_development

- 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/development'
if: github.ref == 'refs/heads/doc_development'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
Expand Down

0 comments on commit ae9e41c

Please sign in to comment.