ci: fix deploy docs

This commit is contained in:
Maël Gangloff 2025-11-27 15:53:59 +01:00
parent d88be3be2c
commit 0f79cf199a
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
2 changed files with 1 additions and 2 deletions

View File

@ -41,5 +41,5 @@ jobs:
source: "docs/dist/*" source: "docs/dist/*"
target: /var/www/domainwatchdog.eu/ target: /var/www/domainwatchdog.eu/
overwrite: true overwrite: true
rm: true
debug: true debug: true
strip_components: 2

View File

@ -2,4 +2,3 @@
title: Software Testing title: Software Testing
description: Discover how to launch and write unit and integration tests for this project using PHPUnit and a test database. description: Discover how to launch and write unit and integration tests for this project using PHPUnit and a test database.
--- ---