Uh oh!
There was an error while loading. Please reload this page.
dev: build HTML from src/oas.md - #4254
Conversation
handrews
commented
Dec 19, 2024
I tried this out and it works as advertised- thanks! One question: Could we put |
ralfhandl
commented
Dec 19, 2024
We can put |
lornajane
commented
Dec 19, 2024
We agreed to name the output directory |
| cd scripts/md2html | ||
| filename=src/oas.md | ||
| tempfile=../../deploy/oas/oas.html |
There was a problem hiding this comment.
it seems odd to me that we're putting a tempfile under /deploy when our output is under /deploy-preview. Should we not have the tempfile there and named something obvious (eg. with tmp or temp in the name?) so that if something breaks the mess is left in the same place we were expecting output? And we can have an npm run clean-src that just deletes that directory so that it works whether the build was successful or not? (I don't care if you add clean-src in this PR or not, I'm just thinking it might be nice at some point).
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
npm run build-srcto build HTML from file filesrc/oas.mddeploy-preview/oas.htmldeploy-previewCONTRIBUTING.mdfrommain: dev: update from main #4271CONTRIBUTING.mdPart of