an attempt to actually deploy docs, try 5
Main LMDBAL workfow / Archlinux (push) Failing after 37s Details

This commit is contained in:
Blue 2023-08-20 12:21:08 -03:00
parent a19a141611
commit a0288727e1
Signed by: blue
GPG Key ID: 9B203B252A63EE38
1 changed files with 4 additions and 3 deletions

View File

@ -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