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. +---