Skip to content

Commit 1e40a35

Browse files
committed
.github: debug
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 3f2fc45 commit 1e40a35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ jobs:
6868
repository: finit-project/finit-project.github.io
6969
path: pages
7070
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
71+
persist-credentials: false
72+
73+
- name: Debug pages checkout
74+
run: |
75+
ls -la pages
76+
ls -la pages/.git || true
7177
7278
- name: Sync site to pages repo
7379
run: |

0 commit comments

Comments
 (0)