Skip to content

Commit

Permalink
🐛 📚 Fix docs diagram generation
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeno committed Oct 29, 2024
1 parent 3641082 commit 2c61432
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/asciidoctor-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
node-version: 20
- name: Install Mermaid
run: |
sudo npm install -g @mermaid-js/[email protected]
sudo npm install -g @mermaid-js/[email protected]
npx puppeteer browsers install chrome-headless-shell
- name: Install asciidoctor
run: |
sudo apt update
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ __pycache__
.pytest_cache
.hypothesis
requirements.txt
docs/puppeteer_config.json
1 change: 1 addition & 0 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:rouge-style: base16.solarized
:source-language: c++
:toc: left
:mermaid-puppeteer-config: puppeteer_config.json

include::intro.adoc[]
include::atomic.adoc[]
Expand Down

0 comments on commit 2c61432

Please sign in to comment.