Skip to content

Commit 6d0f8bb

Browse files
committed
fix ownership of .git
1 parent edb10b6 commit 6d0f8bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
quay.io/openssl-ci/docs:20240711-115832 sh -c "\
2727
git config --global --add safe.directory /mnt && \
2828
python build.py ${{ github.event.inputs.branch }}"
29-
- name: "Push branch"
29+
- name: "Fix owenership"
30+
run: sudo chown -R "${USER:-$(id -un)}" $(pwd)
31+
- name: "Push gh-pages branch"
3032
run: |
3133
git config user.name openssl-machine
3234
git config user.email [email protected]

0 commit comments

Comments
 (0)