From 39b7a7c2f66e4ef05d203a25af0c7a0420513dd0 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Apr 2023 16:53:01 -0400 Subject: [PATCH] this should help a bit --- .drone.yml | 2 +- config.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fe9f489..5035a20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: default +name: build-quartz steps: - name: clone_repos diff --git a/config.toml b/config.toml index 3bb6a57..92e29f4 100644 --- a/config.toml +++ b/config.toml @@ -13,6 +13,7 @@ paginate = 10 enableGitInfo = true copyright = 'This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.' +ignoreFiles = ["Resources/templates/.*"] [author] name = "Nick Dumas"