We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587494d commit 0e38f2bCopy full SHA for 0e38f2b
.github/workflows/main.yml
@@ -288,7 +288,7 @@ jobs:
288
docker login https://${{ env.docker-registry }} -u ${{ github.actor }} -p ${{ github.token }}
289
docker run \
290
--rm \
291
- -v "$(pwd):/home/libgit2/source" \
+ -v "$(pwd)/source:/home/libgit2/source" \
292
-w /home/libgit2/source \
293
${{ env.docker-registry }}/${{ github.repository }}/docurium:latest \
294
cm doc api.docurium
0 commit comments