Skip to content

Commit 0e38f2b

Browse files
authored
ci: update path during documentation generation
1 parent 587494d commit 0e38f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
docker login https://${{ env.docker-registry }} -u ${{ github.actor }} -p ${{ github.token }}
289289
docker run \
290290
--rm \
291-
-v "$(pwd):/home/libgit2/source" \
291+
-v "$(pwd)/source:/home/libgit2/source" \
292292
-w /home/libgit2/source \
293293
${{ env.docker-registry }}/${{ github.repository }}/docurium:latest \
294294
cm doc api.docurium

0 commit comments

Comments
 (0)