Skip to content

Commit

Permalink
Merge pull request #46 from edenlabllc/feature/RMK-42-fix-markdown-he…
Browse files Browse the repository at this point in the history
…aders-in-rmk-doc-generate-to-display-correctly-in-the-web-documentation

#42 - refactoring
  • Loading branch information
apanasiuk-el authored Sep 3, 2024
2 parents 217dfc0 + 2298195 commit 25e5886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-commands-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
docs-commands-update:
if: "!contains(github.event.head_commit.message, '[skip docs commands generate]')"
if: "!contains(github.event.head_commit.message, '[skip docs commands update]')"
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit 25e5886

Please sign in to comment.