We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373f49a commit bc63368Copy full SHA for bc63368
.github/workflows/docs.yaml
@@ -21,8 +21,8 @@ jobs:
21
- uses: actions/setup-python@v5
22
with:
23
python-version: 3.x
24
- - name: Install plantuml
25
- run: sudo apt-get update && sudo apt-get install -y plantuml
+ - name: Install packages
+ run: sudo apt-get update && sudo apt-get install -y markdown-callouts plantuml
26
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
27
- uses: actions/cache@v4
28
0 commit comments