Skip to content

Commit

Permalink
CICD - Publish Docs, check dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
cqbanh authored Jun 6, 2024
1 parent 07f1be3 commit dfe3ad7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,7 @@ jobs:
poetry run sphinx-build -b html ./docs docs/_build/
- name: Publish Docs
uses: JamesIves/github-pages-deploy-action@v4
if: |
github.ref == 'refs/heads/develop' ||
github.ref == 'refs/heads/main' ||
startsWith(github.ref, 'refs/heads/release')
if: ${{ github.actor != 'dependabot[bot]' }}
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/_build/ # The folder the action should deploy.
Expand Down

0 comments on commit dfe3ad7

Please sign in to comment.