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 a946842 commit 9f44bbeCopy full SHA for 9f44bbe
.github/workflows/build.yml
@@ -60,6 +60,15 @@ jobs:
60
- name: TODO - trigger script on server to download artifact
61
run: echo 'Artifact URL is ${{ steps.upload-quick.outputs.artifact-url }}'
62
63
+ - name: trigger docs server to download artifact
64
+ uses: appleboy/[email protected]
65
+ with:
66
+ host: ${{ secrets.DOCS_HOST }}
67
+ username: docs
68
+ port: ${{ secrets.DOCS_PORT }}
69
+ key: ${{ secrets.DEPLOY_AUTH_KEY }}
70
+ script: /var/www/docs/deploy/deploy.sh en ${{ steps.upload-quick.outputs.artifact-id }} ${{ secrets.DOWNLOAD_TOKEN }}
71
+
72
- name: build pot files
73
run: sphinx-build -b gettext source locales/
74
0 commit comments