Skip to content

Commit d661257

Browse files
debug
1 parent a02f8bb commit d661257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docshome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
env:
2828
SSH_AUTH_SOCK: /tmp/ssh-auth.sock
2929
run: |
30+
set -x
3031
mkdir -p ~/.ssh
3132
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
3233
chmod 0600 ~/.ssh/id_ed25519
3334
ssh-keyscan ${{ secrets.DEPLOY_DOCS_HOST }} >> ~/.ssh/known_hosts
3435
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
35-
#ssh-add - <<< "${{ secrets.DEPLOY_KEY }}"
3636
ssh-add ~/.ssh/id_ed25519
3737
3838
- name: Create artifact archive

0 commit comments

Comments
 (0)