From 91d4467f505919c04646efef3b58d7d48f83758a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 30 Aug 2020 14:06:41 -0500 Subject: [PATCH] Docs CI: fix file globbing --- .gitlab-ci.yml | 2 +- docs/administration/removing.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34ff5e395..02a65e56f 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 81ac7af43..c0d753d7b 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