Skip to content

Commit fa6c9b1

Browse files
Fix deploy job
1 parent 8149b02 commit fa6c9b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
fetch-depth: 0
3535
- name: install tools
3636
run: apk add git rsync erlang tar
37+
- name: Sort out git ownership
38+
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
3739
- name: build
3840
run: make && mv site _site && ls -al
3941
- name: Build pages

0 commit comments

Comments
 (0)