Skip to content

Commit

Permalink
debugging Mermaid 8.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: henkvancann <[email protected]>
  • Loading branch information
henkvancann committed Feb 26, 2024
1 parent b38b0c7 commit d6906a5
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 17 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/render-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
permissions:
contents: write
steps:

- name: Checkout 🛎️
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
Expand All @@ -31,10 +32,7 @@ jobs:
publish_dir: ./docs/
allow_empty_commit: true
force_orphan: true

- name: Local Deployment Placeholder
if: env.LOCAL_EXECUTION == 'true'
run: echo "Skipping deployment for local execution."



Loading

0 comments on commit d6906a5

Please sign in to comment.