We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently this action assumes that all docs are in a toplevel docs folder, which might not be the case if the Julia package is actually located in a subdirectory. What I am currently doing is manually copy-pasting the code here and setting working-directory to the subfolder for each step: https://github.com/simeonschaub/random_growth/blob/5469924b2e3127e81be5da3181805c008eec1665/.github/workflows/CI.yml#L70 Could this be an officially supported option?
docs
working-directory
The text was updated successfully, but these errors were encountered:
add project option to build from subdirectory
project
4d7e2bf
addresses julia-actions#26
add project option to build from subdirectory (#27)
81a223c
* add `project` option to build from subdirectory addresses #26 * fix merge update --------- Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
No branches or pull requests
Currently this action assumes that all docs are in a toplevel
docs
folder, which might not be the case if the Julia package is actually located in a subdirectory. What I am currently doing is manually copy-pasting the code here and settingworking-directory
to the subfolder for each step: https://github.com/simeonschaub/random_growth/blob/5469924b2e3127e81be5da3181805c008eec1665/.github/workflows/CI.yml#L70 Could this be an officially supported option?The text was updated successfully, but these errors were encountered: