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 d70bb66 commit 086adceCopy full SHA for 086adce
.github/workflows/actions.yml
@@ -24,14 +24,13 @@ jobs:
24
run: mkdocs build
25
26
- name: Install SSH key
27
-
28
run: |
29
install -m 600 -D /dev/null ~/.ssh/id_rsa
30
echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
31
echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
32
33
- name: Deploy
34
- run: mkdocs gh-deploy
+ run: mkdocs gh-deploy
35
# run: rsync --archive --stats site/ ${{ secrets.REMOTE_DEST }}
36
# root@__IP_ADDR__:/var/www/html
37
0 commit comments