Skip to content

Commit

Permalink
Changed the conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Louis Barbarant committed Jul 15, 2024
1 parent d3b5cfa commit cd8c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

# Deploy the documentation to GitHub Pages.
deploy_docs:
if: github.ref == 'refs/heads/master'
if: github.repository == 'parietal-INRIA/fmralign'
needs: build_docs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cd8c199

Please sign in to comment.