ci: update publish-docs.yml

This commit is contained in:
Maël Gangloff 2025-11-12 22:32:51 +01:00
parent 4907279dd7
commit f963ea50d4
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -11,6 +11,10 @@ jobs:
name: Domain Watchdog Documentation
url: https://domainwatchdog.eu
defaults:
run:
working-directory: docs
steps:
- name: Checkout source
uses: actions/checkout@v4
@ -33,7 +37,7 @@ jobs:
port: 2004
username: deploy
key: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
source: "dist/*"
source: "docs/dist/*"
target: /var/www/domainwatchdog.eu/
overwrite: true
debug: true