Skip to content

Commit

Permalink
fix ownership of .git
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster committed Jul 12, 2024
1 parent edb10b6 commit 6d0f8bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
quay.io/openssl-ci/docs:20240711-115832 sh -c "\
git config --global --add safe.directory /mnt && \
python build.py ${{ github.event.inputs.branch }}"
- name: "Push branch"
- name: "Fix owenership"
run: sudo chown -R "${USER:-$(id -un)}" $(pwd)
- name: "Push gh-pages branch"
run: |
git config user.name openssl-machine
git config user.email [email protected]
Expand Down

0 comments on commit 6d0f8bb

Please sign in to comment.