Fixed syntax error in GitHub CI workflow
This commit is contained in:
parent
82bf690098
commit
01f2e11410
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
# Publish Python package and Docker image
|
||||
publish:
|
||||
if: |
|
||||
github.repository == 'squidfunk/mkdocs-material' && \
|
||||
github.repository == 'squidfunk/mkdocs-material' &&
|
||||
startsWith(github.ref, 'refs/tags')
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue