From 976af8c0e8c7b9e988a282d4792bea299153b20b Mon Sep 17 00:00:00 2001 From: Daniel Starns Date: Tue, 22 Oct 2024 15:34:36 +0100 Subject: [PATCH] ci: docs release fixes (#6246) --- .github/workflows/publish-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 1ad38e59b..5b4fa980e 100644 --- a/.github/workflows/publish-docs.yml +++ b/.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: