Skip to content

Commit 40dad40

Browse files
committed
⬆️ Update docs workflow from upstream
Problem: - The documentation building workflow changed upstream. Solution: - Update it.
1 parent f5a0585 commit 40dad40

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/asciidoctor-ghpages.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,12 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4040
with:
41-
node-version: 20
41+
node-version: 22
4242

43-
- name: Install Mermaid
43+
- name: Install Asciidoctor & Mermaid
4444
run: |
4545
npm install -g @mermaid-js/[email protected]
4646
npx puppeteer browsers install chrome-headless-shell
47-
48-
- name: Install asciidoctor
49-
run: |
50-
sudo apt update
51-
sudo apt install -y asciidoctor
5247
sudo gem install asciidoctor asciidoctor-diagram rouge
5348
5449
- name: Restore CPM cache

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build/
33
/venv
44
/.vscode
55
/.idea
6-
.cache/
6+
/.cache
77
/.DS_Store
88
.clang-format
99
.clang-tidy

0 commit comments

Comments
 (0)