Skip to content

Commit a6189b3

Browse files
authored
Update actions.yml
1 parent f7e1315 commit a6189b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Build
2424
run: mkdocs build
2525

26-
# - name: Install SSH key
27-
# run: |
28-
# install -m 600 -D /dev/null ~/.ssh/id_rsa
29-
# echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
30-
# echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
26+
- name: Install SSH key
27+
run: |
28+
install -m 600 -D /dev/null ~/.ssh/id_rsa
29+
echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
30+
echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
3131
3232
- name: Deploy
3333
run: mkdocs gh-deploy

0 commit comments

Comments
 (0)