We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a0585 commit 40dad40Copy full SHA for 40dad40
.github/workflows/asciidoctor-ghpages.yml
@@ -38,17 +38,12 @@ jobs:
38
- name: Setup Node.js
39
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
40
with:
41
- node-version: 20
+ node-version: 22
42
43
- - name: Install Mermaid
+ - name: Install Asciidoctor & Mermaid
44
run: |
45
npm install -g @mermaid-js/[email protected]
46
npx puppeteer browsers install chrome-headless-shell
47
-
48
- - name: Install asciidoctor
49
- run: |
50
- sudo apt update
51
- sudo apt install -y asciidoctor
52
sudo gem install asciidoctor asciidoctor-diagram rouge
53
54
- name: Restore CPM cache
.gitignore
@@ -3,7 +3,7 @@ build/
3
/venv
4
/.vscode
5
/.idea
6
-.cache/
+/.cache
7
/.DS_Store
8
.clang-format
9
.clang-tidy
0 commit comments