Skip to content

Commit

Permalink
Quote file name
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Jan 10, 2024
1 parent d7fa97c commit 2596a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Docker Cache
uses: ScribeMD/docker-cache@0.3.7
with:
key: docker-${{ runner.os }}-${{ hashFiles(docker-compose.yml) }}
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yml') }}
- name: Start Kroki
run: docker compose up -d
- name: Run Antora
Expand Down

0 comments on commit 2596a29

Please sign in to comment.