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 47f9fef commit 9ebc377Copy full SHA for 9ebc377
.github/workflows/documentation.yml
@@ -100,4 +100,4 @@ jobs:
100
ssh-private-key: ${{ secrets.AITSYS_SSH }}
101
- name: Publish on server
102
continue-on-error: true
103
- run: ssh -o StrictHostKeyChecking=no -T root@80.152.135.241 -f 'cd /var/www/dcs-ext.aitsys.dev/docs && git pull -f && service apache2 restart'
+ run: ssh -o StrictHostKeyChecking=no -T root@80.152.135.241 -f 'cd /var/www/dcs.aitsys.dev/ext-docs && git pull -f && service apache2 restart'
0 commit comments