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"