Skip to content

Commit

Permalink
Test on test_sphinx_docs
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jul 2, 2024
1 parent eff9088 commit c9c68bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
push:
branches:
- master
- sphinx_docs # TODO (azeey) Remove after testing is done
- test_sphinx_docs # TODO (azeey) Remove after testing is done

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
WEBSITE_PATH: "website"
DOCS_PATH: "docs"
PREV_VERSION_PATH: "prev_version"

jobs:
deploy:
Expand Down Expand Up @@ -72,7 +71,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/sphinx_docs'
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/test_sphinx_docs'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ env.WEBSITE_PATH }}/dist
Expand Down

0 comments on commit c9c68bb

Please sign in to comment.