Browse Source

ci: docs release fixes

pull/6246/head
danstarns 1 year ago
parent
commit
d90f260a20
  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