Skip to content
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

Request for the ability to build multiple pages in a single build with --pages #176

Open
pneedle-rh opened this issue Aug 15, 2022 · 0 comments

Comments

@pneedle-rh
Copy link

pneedle-rh commented Aug 15, 2022

If my understanding is correct, it is only possible at present to build one page when using the --page or -p option. To build only the pages changed by a docs PR, my understanding is that we need to run asciibinder build --page=<page> multiple times. This seems to take some time if there are many pages changed by a PR.

For performance reasons, it would be great if AsciiBinder were updated to allow you to specify multiple pages for one --page argument, using commas to separate them. For example:

$ asciibinder build --page=<page>,<page>,<page>

This way, AsciiBinder could be optimised to build selected multiple pages pages in one AsciiBinder build run.

This relates to a script that I wrote that could potentially help with Travis checking for AsciiDoc errors and warnings in docs PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant