apache / infrastructure-actions

Apache infrastructure
https://infrastructure.apache.org/
1 stars 3 forks source link

Bug: PLUGIN_PATHS can span multiple lines #10

Closed sebbASF closed 5 months ago

sebbASF commented 5 months ago

The output from python3 -m pelican --print-settings PLUGIN_PATHS can have mulitple lines if there is more than one path in the list.

https://github.com/apache/infrastructure-actions/blob/06fa613303528411ddb4b1da8a1d028781e7b81a/build-pelican/action.yml#L40

sebbASF commented 5 months ago

Also, the paths can be delimited by double-quotes

gstein commented 5 months ago

257e1056 shows how to load the pelicanconf.py and grab that value. I think we'll switch to this pattern.