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