File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export CLIPBOARD_JS=2.0.11
2727export TIPPY_JS=6.3.7
2828export PDF_JS=2.8.335
2929# Using commit to fix https://github.com/quarto-dev/quarto-cli/issues/2430 - revert to using a release tag when included
30- export REVEAL_JS=e281b3234e7991283ce4dcca705dd9a6a9ebe5d2
30+ export REVEAL_JS=e281b3234e7991283ce4dcca705dd9a6a9ebe5d2
3131export REVEAL_JS_MENU=2.1.0
3232export REVEAL_JS_CHALKBOARD=a88c134e2cf3c7780448db003e7329c3cbd8cfb4
3333export REVEAL_JS_PDFEXPORT=2.0.1
Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ async function updateGithubSourceCodeDependency(
806806 patches ?: string [ ]
807807) {
808808 info ( `Updating ${ name } ...` ) ;
809- const version = Deno . env . get ( versionEnvVar ) ;
809+ const version = Deno . env . get ( versionEnvVar ) ?. trim ( ) ;
810810 if ( version ) {
811811 const fileName = `${ name } .zip` ;
812812 const distUrl = join (
You can’t perform that action at this time.
0 commit comments