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
|
||||
|
||||
- name: Copy docs via scp
|
||||
uses: appleboy/scp-action@v0.1.4
|
||||
working-directory: ./build/doc
|
||||
uses: appleboy/scp-action@master
|
||||
# working-directory: ./build/doc //doesn't work
|
||||
with:
|
||||
host: ${{ secrets.DOMAIN_ROOT }}
|
||||
username: ${{ secrets.DEPLOY_USER_NAME }}
|
||||
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 }}
|
||||
strip_components: 2
|
||||
|
Loading…
Reference in New Issue
Block a user