Skip to content

Commit 9af2ce8

Browse files
committed
🐛 📚 Fix docs image generation
1 parent 760ab04 commit 9af2ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asciidoctor-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install Mermaid
4444
run: |
45-
sudo npm install -g @mermaid-js/mermaid-cli@11.2.1
45+
npm install -g @mermaid-js/mermaid-cli@11.4.2
4646
npx puppeteer browsers install chrome-headless-shell
4747
4848
- name: Install asciidoctor

0 commit comments

Comments
 (0)