-
Notifications
You must be signed in to change notification settings - Fork 11
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
Simultaneous support of multiple languages #25
Comments
Thanks for opening this issue. Can you please expand on the use case here and how you are particularly using this action? |
lablup/backend.ai#1130 project-language: |
"en"
"ko" Currently, we are running two jobs to insert preview links each, but it would be nice to be able to insert multiple language links into one paragraph with one job, as in the example above. |
And, especially when you want to insert project preview links with the same slug but different languages, if you run multiple jobs, the links from the later jobs will overwrite the existing links. |
I understand. Thanks for expanding on this use case. We have a similar workflow in our own project. We also run the same action twice (it's a mono-repo with multiple Read the Docs projects) and we are changing the
I think what you are suggesting is a good idea and should be implemented at some point. |
Can't support multiple language previews at once?
I think it would be nice to receive multiple arguments from the project language so that multiple links can be inserted.
The text was updated successfully, but these errors were encountered: