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 172cde7 commit 1d20c9fCopy full SHA for 1d20c9f
.github/workflows/deploy-site.yaml
@@ -20,5 +20,6 @@ jobs:
20
- name: "Build site"
21
run: |
22
podman run -it -v $(pwd):/mnt -w /mnt --userns=keep-id \
23
- quay.io/openssl-ci/docs:20240706-200401 \
24
- python build.py ${{ github.event.inputs.branch }}
+ quay.io/openssl-ci/docs:20240706-200401 sh -c "\
+ git config --global --add safe.directory /mnt && \
25
+ python build.py ${{ github.event.inputs.branch }}"
0 commit comments