Fix volume name
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2024-01-28 00:11:15 +02:00
parent 0f39d8cfc5
commit 6138bdd524
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -10,7 +10,7 @@ jobs:
container:
image: docker://git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
volumes:
- ',/public:/public'
- './public:/public'
steps:
- name: Checkout
uses: actions/checkout@v4