-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Improve deploy workflow by use deploy directory from workflow dispatch input #477
Conversation
target_directory: | ||
description: 'The directory to deploy the docs to' | ||
required: true | ||
default: 'dev' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Czaki one question here — what happens when you trigger manually? You get a small text field to fill in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. You may play with the benchmark workflow on the main repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting! Thanks @Czaki !
I think this is ready to go, starting the clock if there are no objections. |
# References and relevant issues requires napari/docs#477 # Description Calculate deploy directory based on ref and pass it to called workflow using inputs.
References and relevant issues
Description
As
convictional/trigger-workflow-and-wait
do not pass proper reference to workflow, this PR changed to use workflow dispatch input. This will allow triggering deploy docs manually to a given directory without the need to create a tag.