Browse Source

ci: docs release fixes (#6246)

pull/6247/head
Daniel Starns 1 year ago
committed by GitHub
parent
commit
976af8c0e8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/publish-docs.yml

4
.github/workflows/publish-docs.yml

@ -4,12 +4,12 @@ on:
push:
branches: [dev]
paths:
- '/docs/**'
- 'docs/**'
jobs:
publish-docs:
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:
contents: write
steps:

Loading…
Cancel
Save