mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Fixed syntax error in GitHub CI workflow
This commit is contained in:
parent
63d4e327e6
commit
82bf690098
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
Block a user