Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
cameronraysmith committed Mar 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 74bc828 commit 71194ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/nbs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 71194ce

Please sign in to comment.