Skip to content

Commit bc63368

Browse files
committed
ci: Install markdown-callouts package.
1 parent 373f49a commit bc63368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- uses: actions/setup-python@v5
2222
with:
2323
python-version: 3.x
24-
- name: Install plantuml
25-
run: sudo apt-get update && sudo apt-get install -y plantuml
24+
- name: Install packages
25+
run: sudo apt-get update && sudo apt-get install -y markdown-callouts plantuml
2626
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2727
- uses: actions/cache@v4
2828
with:

0 commit comments

Comments
 (0)