Skip to content

Commit

Permalink
fix(scripts): cd with subshell
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Mar 24, 2024
1 parent 74bc828 commit 90423be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ tar zxf ${QUARTO_FILE}

poetry install --with docs,workflows --sync
poetry run quartodoc build --verbose --config nbs/_quarto.yml
cd nbs && poetry run quartodoc interlinks
(cd nbs && poetry run quartodoc interlinks)
./quarto-${QUARTO_VERSION}/bin/quarto render nbs

0 comments on commit 90423be

Please sign in to comment.