From 71194ced174f79c2e3e6359c6aa1f8a99a8f41be Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Sun, 24 Mar 2024 01:38:11 -0400 Subject: [PATCH] wip Signed-off-by: Cameron Smith --- scripts/nbs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/nbs b/scripts/nbs index 3688cfd4d..4349c8e48 100755 --- a/scripts/nbs +++ b/scripts/nbs @@ -6,9 +6,12 @@ QUARTO_VERSION="1.4.551" QUARTO_FILE="quarto-${QUARTO_VERSION}-linux-amd64.tar.gz" QUARTO_URL="https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/${QUARTO_FILE}" wget ${QUARTO_URL} -tar zxf ${QUARTO_FILE} +tar zxvf ${QUARTO_FILE} +pwd 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) +pwd +ls quarto* ./quarto-${QUARTO_VERSION}/bin/quarto render nbs