> This is great! > Would it be possible to upload the pdf and html individually, not in an > archive so as to facilitate easy inspection?
That would be great! Currently, the `actions/upload-artifact` github action does not support it, but it's on their list of improvements (more info [here](https://github.com/actions/upload-artifact/issues/3#issuecomment-598820814)). > Maybe it would also be a good idea to upload a log (perhaps just the console > output)? > Like this, we might catch some warnings more easily that don't prevent a > successful creation, but would be nice to know anyways. I've updated this PR to enable the asciidoctor build to use the `--verbose` flag, which seems to show warnings. An example of what the output looks like now can be found [here](https://github.com/lesserwhirls/cf-conventions/runs/528953848#step:5:5). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/cf-convention/cf-conventions/pull/251#issuecomment-602903313 This list forwards relevant notifications from Github. It is distinct from [email protected], although if you do nothing, a subscription to the UCAR list will result in a subscription to this list. To unsubscribe from this list only, send a message to [email protected].
