From 55fe6eb1798f73e59b847622c4951d459d3c255e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 30 Aug 2020 14:21:13 -0500 Subject: [PATCH] Docs CI: we did it Reddit! --- .gitlab-ci.yml | 2 -- docs/administration/removing.md | 3 --- 2 files changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02a65e56f..e3a60b169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,8 +50,6 @@ docs-deploy: only: refs: - develop - changes: - - docs/**/* # Supposed to fail when translations are outdated, instead always passes # diff --git a/docs/administration/removing.md b/docs/administration/removing.md index c0d753d7b..a161114e3 100644 --- a/docs/administration/removing.md +++ b/docs/administration/removing.md @@ -8,6 +8,3 @@ 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