Skip to content

Commit 9eaaf76

Browse files
committed
.github: debug 2
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 89114b2 commit 9eaaf76

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ jobs:
6868
repository: finit-project/finit-project.github.io
6969
path: pages
7070
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
71-
persist-credentials: false
71+
persist-credentials: true
7272

73-
- name: Debug pages checkout
73+
- name: Setup SSH for push
7474
run: |
75-
ls -la pages
76-
ls -la pages/.git || true
75+
mkdir -p ~/.ssh
76+
chmod 700 ~/.ssh
77+
ssh-keyscan github.com >> ~/.ssh/known_hosts
7778
7879
- name: Sync site to pages repo
7980
run: |

0 commit comments

Comments
 (0)