This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openjpa-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9d26256 remove use of asfcopy
9d26256 is described below
commit 9d26256ef9afc2a2012ac8b25a2d11a7c97f4b14
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 22 10:47:29 2021 -0700
remove use of asfcopy
---
pelicanconf.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index 9dab836..ad7d7e1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -97,7 +97,7 @@ THEME = './theme/apache'
PLUGIN_PATHS = ['./theme/plugins']
# PLUGINS = ['asfgenid', 'asfdata', 'pelican-gfm', 'asfreader']
# We are using the default plugin - 'pelican-gfm' which is installed by the
build
-PLUGINS = ['asfgenid', 'pelican-gfm', 'asfcopy']
+PLUGINS = ['asfgenid', 'pelican-gfm']
# Lifecycle and plugins:
# (1) Initialization:
@@ -134,9 +134,6 @@ ASF_GENID = {
'debug': False
}
-# Directories to be copied by asfcopy plugin outside of other Pelican process
-ASF_COPY = ['builds', 'docs']
-
# Sitemap Generator
# SITEMAP = {
# "exclude": ["tag/", "category/"],