Skip to content

Commit

Permalink
ci: docs release fixes (#6246)
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns authored Oct 22, 2024
1 parent 3897b80 commit 976af8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 976af8c

Please sign in to comment.