an attempt to actually deploy docs, try 5
Some checks failed
Main LMDBAL workfow / Archlinux (push) Failing after 37s
Some checks failed
Main LMDBAL workfow / Archlinux (push) Failing after 37s
This commit is contained in:
parent
a19a141611
commit
a0288727e1
@ -28,11 +28,12 @@ jobs:
|
|||||||
run: ./runUnitTests
|
run: ./runUnitTests
|
||||||
|
|
||||||
- name: Copy docs via scp
|
- name: Copy docs via scp
|
||||||
uses: appleboy/scp-action@v0.1.4
|
uses: appleboy/scp-action@master
|
||||||
working-directory: ./build/doc
|
# working-directory: ./build/doc //doesn't work
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.DOMAIN_ROOT }}
|
host: ${{ secrets.DOMAIN_ROOT }}
|
||||||
username: ${{ secrets.DEPLOY_USER_NAME }}
|
username: ${{ secrets.DEPLOY_USER_NAME }}
|
||||||
key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
||||||
source: "html,xml,man"
|
source: "/build/doc/html,/build/doc/xml,/build/doc/man"
|
||||||
target: ${{ secrets.LMDBAL_DOCS_DEPLOY_PATH }}
|
target: ${{ secrets.LMDBAL_DOCS_DEPLOY_PATH }}
|
||||||
|
strip_components: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user