Daniel Starns
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/publish-docs.yml
|
|
@ -4,12 +4,12 @@ on: |
|
|
push: |
|
|
push: |
|
|
branches: [dev] |
|
|
branches: [dev] |
|
|
paths: |
|
|
paths: |
|
|
- '/docs/**' |
|
|
- 'docs/**' |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
publish-docs: |
|
|
publish-docs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
if: "contains(github.event.head_commit.message, 'Release GrapesJS docs:')" |
|
|
if: "startsWith(github.event.head_commit.message, 'Release GrapesJS docs:')" |
|
|
permissions: |
|
|
permissions: |
|
|
contents: write |
|
|
contents: write |
|
|
steps: |
|
|
steps: |
|
|
|