Skip to content

Commit 53855d7

Browse files
committed
Remove mermaid from github actions, breaking build
1 parent 964dd79 commit 53855d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: '20'
3737
- name: install antora
38-
run: npm i -g @antora/cli@3.1 @antora/site-generator@3.1 @sntke/antora-mermaid-extension@0.0.9
38+
run: npm i -g @antora/cli@3.1 @antora/site-generator@3.1
3939
- name: antora generate
4040
run: antora --fetch site.yml
4141
- name: upload pages artifact

0 commit comments

Comments
 (0)