an attempt to actually deploy docs, try 6
Main LMDBAL workfow / Archlinux (push) Successful in 33s Details

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

View File

@ -34,6 +34,6 @@ jobs:
host: ${{ secrets.DOMAIN_ROOT }}
username: ${{ secrets.DEPLOY_USER_NAME }}
key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
source: "/build/doc/html,/build/doc/xml,/build/doc/man"
source: "build/doc/html/*,build/doc/xml/*,build/doc/man/*"
target: ${{ secrets.LMDBAL_DOCS_DEPLOY_PATH }}
strip_components: 2