diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 0c243fc..9d9749e 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -41,5 +41,5 @@ 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 index 27c5a0f..0311dc2 100644 --- a/docs/src/content/docs/en/developing/testing.mdx +++ b/docs/src/content/docs/en/developing/testing.mdx @@ -2,4 +2,3 @@ title: Software Testing description: Discover how to launch and write unit and integration tests for this project using PHPUnit and a test database. --- -