mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix(ci): remove space
This commit is contained in:
2
.github/workflows/build-plugin-docs.yml
vendored
2
.github/workflows/build-plugin-docs.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
build-and-sync-docs:
|
||||
runs-on: ubuntu-latest
|
||||
# Only run on manual trigger or when the commit message starts with "chore(libs): bump version"
|
||||
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs): bump version')
|
||||
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs):bump version')
|
||||
|
||||
steps:
|
||||
- name: Checkout logseq repository
|
||||
|
||||
Reference in New Issue
Block a user