Skip to content

Commit

Permalink
Fixed mkdocs-deploy.yml pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed May 28, 2024
1 parent 2db3148 commit d4d3089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
needs: build # This ensures that the deployment job runs after the build job
if: github.ref == 'refs/heads/develop' # Only deployed for the develop branch
steps:
- name: Checkout Repository
Expand Down

0 comments on commit d4d3089

Please sign in to comment.