diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34ff5e3953..02a65e56f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ docs-deploy: refs: - develop changes: - - docs/* + - docs/**/* # Supposed to fail when translations are outdated, instead always passes # diff --git a/docs/administration/removing.md b/docs/administration/removing.md index 81ac7af43d..c0d753d7ba 100644 --- a/docs/administration/removing.md +++ b/docs/administration/removing.md @@ -10,3 +10,4 @@ rm -R /opt/pleroma/instance/static/sounds If you need to remove other stuff, feel free to do so. But be careful not to remove your own HTML files. Testing docs CI +QQ