-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
- I have searched the issues (including closed ones) and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
- I am willing to lend a hand to help implement this feature.
Feature Request
Add support for setting the working directory for the GH Pages workflow. GH does support this but seemingly not for reusable actions pulled in via uses.
The motivation for this is to be able to use the Pelican GH Pages action with websites whose repo stores the content in a src directory or similar, rather than the root directory (in my specific case: idris-lang/idris-lang.github.io).
I've currently "fixed" this for my specific case by copying over the action more or less verbatim, but I think having an input parameter which propagated the working-directory to the jobs used by the action itself would be a nice feature to have. I would be happy to give implementing it a shot, if this is a contribution that would be welcome : )