Skip to content

Commit

Permalink
.github: debug docs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Eduardo Luis <joao@1e3ms.io>
  • Loading branch information
jecluis committed Mar 30, 2024
1 parent 1797f5a commit fcfeccd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
echo -e "${GITHUB_KEY}\n" > ${HOME}/.ssh/github
cat <<EOF>${HOME}/.ssh/config
Host github
Hostname github.com
IdentityFile ~/.ssh/github
User git
Hostname github.com
IdentityFile ~/.ssh/github
User git
EOF
- name: debug
run: |
cat ~/.ssh/config
- name: Update docs repository
run: |
git clone git@github:s3gw-tech/s3gw-docs.git docs.git || exit 1
Expand Down

0 comments on commit fcfeccd

Please sign in to comment.