We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89114b2 commit 9eaaf76Copy full SHA for 9eaaf76
.github/workflows/docs.yml
@@ -68,12 +68,13 @@ jobs:
68
repository: finit-project/finit-project.github.io
69
path: pages
70
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
71
- persist-credentials: false
+ persist-credentials: true
72
73
- - name: Debug pages checkout
+ - name: Setup SSH for push
74
run: |
75
- ls -la pages
76
- ls -la pages/.git || true
+ mkdir -p ~/.ssh
+ chmod 700 ~/.ssh
77
+ ssh-keyscan github.com >> ~/.ssh/known_hosts
78
79
- name: Sync site to pages repo
80
0 commit comments