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 f7e1315 commit a6189b3Copy full SHA for a6189b3
.github/workflows/actions.yml
@@ -23,11 +23,11 @@ jobs:
23
- name: Build
24
run: mkdocs build
25
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
+ - name: Install SSH key
+ run: |
+ install -m 600 -D /dev/null ~/.ssh/id_rsa
+ echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
+ echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
31
32
- name: Deploy
33
run: mkdocs gh-deploy
0 commit comments