mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
ci: overwrite folder without merge
This commit is contained in:
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@@ -41,4 +41,6 @@ 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
|
||||||
|
|||||||
4
docs/src/content/docs/en/developing/testing.mdx
Normal file
4
docs/src/content/docs/en/developing/testing.mdx
Normal file
@@ -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.
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user