From d5727dedc6f6ffbc160f225db618c615586dd8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Thu, 27 Nov 2025 15:43:50 +0100 Subject: [PATCH] ci: overwrite folder without merge --- .github/workflows/publish-docs.yml | 2 ++ docs/src/content/docs/en/developing/testing.mdx | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 docs/src/content/docs/en/developing/testing.mdx diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 713d342..d5036de 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -41,4 +41,6 @@ jobs: source: "docs/dist/*" target: /var/www/domainwatchdog.eu/ overwrite: true + rm: true debug: true + strip_components: 2 diff --git a/docs/src/content/docs/en/developing/testing.mdx b/docs/src/content/docs/en/developing/testing.mdx new file mode 100644 index 0000000..0311dc2 --- /dev/null +++ b/docs/src/content/docs/en/developing/testing.mdx @@ -0,0 +1,4 @@ +--- +title: Software Testing +description: Discover how to launch and write unit and integration tests for this project using PHPUnit and a test database. +---