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