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

Setting output format's "name" prevents file generation #11947

Closed
jmooring opened this issue Jan 30, 2024 · 1 comment
Closed

Setting output format's "name" prevents file generation #11947

jmooring opened this issue Jan 30, 2024 · 1 comment
Assignees
Milestone

Comments

@jmooring
Copy link
Member

jmooring commented Jan 30, 2024

This is not a new issue.

With this configuration, no errors and no file generation. Ran into this while documenting new output format params root and ugly.

[outputs]
home = ['html','foo']

[outputFormats.abc]
name = 'foo'
isPlainText = true
mediaType = 'text/plain'

This doesn't generate any files either:

[outputs]
home = ['html','abc']

[outputFormats.abc]
name = 'foo'
isPlainText = true
mediaType = 'text/plain'

I have removed this parameter from the documentation, at least temporarily.

@bep bep removed the NeedsTriage label Jan 31, 2024
@bep bep added this to the v0.123.0 milestone Jan 31, 2024
@bep bep self-assigned this Jan 31, 2024
@bep bep closed this as completed in 309d61b Jan 31, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants