Skip to content

Commit f175d71

Browse files
committed
fix typo
1 parent 0177f92 commit f175d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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: "Fix owenership"
29+
- name: "Fix ownership"
3030
run: sudo chown -R "${USER:-$(id -un)}" $(pwd)
3131
- name: "Push gh-pages branch"
3232
run: |

0 commit comments

Comments
 (0)