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 edb10b6 commit 6d0f8bbCopy full SHA for 6d0f8bb
.github/workflows/deploy-site.yaml
@@ -26,7 +26,9 @@ jobs:
26
quay.io/openssl-ci/docs:20240711-115832 sh -c "\
27
git config --global --add safe.directory /mnt && \
28
python build.py ${{ github.event.inputs.branch }}"
29
- - name: "Push branch"
+ - name: "Fix owenership"
30
+ run: sudo chown -R "${USER:-$(id -un)}" $(pwd)
31
+ - name: "Push gh-pages branch"
32
run: |
33
git config user.name openssl-machine
34
git config user.email [email protected]
0 commit comments