Skip to content

Commit ecd0f39

Browse files
committed
hotfix
1 parent c921f8f commit ecd0f39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050
uses: actions/cache@v4
5151
with:
5252
path: ${{ env.BUILD_HDOC_DIR }}
53-
key: ${{ runner.os }}-primes
53+
key: ${{ runner.os }}-hdoc
5454

5555
- name: Build hdoc
5656
if: steps.cache-hdoc.outputs.cache-hit != 'true'
5757
run: |
58+
mkdir -p ${{ env.BUILD_HDOC_DIR }}
5859
cd ${{ env.BUILD_HDOC_DIR }}
5960
git clone https://github.com/PeterTh/hdoc.git
6061
cd hdoc

0 commit comments

Comments
 (0)