remove downloaded roles files within make clean target
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-11-04 08:55:26 +01:00
parent 3369927cea
commit af7788b20d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,7 +8,6 @@
# auto-generated files
/themes/
/public/
/static/
/resources/
/content/roles/*/**/
/content/collections/

View File

@ -3,6 +3,7 @@ THEME_VERSION := v0.36.0
THEME := hugo-geekdoc
BASEDIR := .
THEMEDIR := $(BASEDIR)/themes
CONTENTDIR := $(BASEDIR)/content
.PHONY: all
all: doc
@ -18,3 +19,4 @@ doc-assets:
.PHONY: clean
clean:
rm -rf $(THEMEDIR) && \
rm -rf $(CONTENTDIR)/roles/*/**/