Skip to content

Commit e75cf2a

Browse files
authored
fix: node() do should take one argument
1 parent 144fdb6 commit e75cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search/pagefind.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function build_search_index(root, docs, config, rootpath)
3333
# so the JLL does not bundle environment information into them.
3434
# To fix this, we wrap all uses of npx and npm inside `node() do ...`
3535
# which will automatically adjust the necessary environment variables.
36-
node() do
36+
node() do _
3737
if !success(Cmd(`$(npx) pagefind -V`; dir = root))
3838
@info "Installing pagefind into $root."
3939
if !success(Cmd(`$(npm) install pagefind`; dir = root))

0 commit comments

Comments
 (0)