This is an automated email from the ASF dual-hosted git repository.
dfoulks pushed a commit to branch dfoulks/pelican_gha
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/dfoulks/pelican_gha by this
push:
new f773a6c GHA workflow issue from infra-actions
f773a6c is described below
commit f773a6cc628210244e5b02a485835de2b3698bf9
Author: Drew <[email protected]>
AuthorDate: Wed May 29 19:46:03 2024 -0400
GHA workflow issue from infra-actions
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index 4a717dd..1d57c0f 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -13,7 +13,7 @@ TIMEZONE = 'UTC'
# Theme includes templates and possibly static files
THEME = 'theme'
# Specify location of plugins, and which to use
-PLUGIN_PATHS = [
'/home/dfoulks/asf/infrastructure-actions/pelican/migration/../plugins', ]
+PLUGIN_PATHS = [ '/home/dfoulks/asf/infrastructure-actions/pelican/plugins', ]
# If the website uses any *.ezmd files, include the 'asfreader' plugin
PLUGINS = [ 'gfm', ]
# All content is located at '.' (aka content/ )