Browse Source

ci: docs release fixes (#6246)

pull/6247/head
Daniel Starns 2 years 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: 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:

Loading…
Cancel
Save