We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7850ea commit dde2debCopy full SHA for dde2deb
.github/workflows/website.yaml
@@ -23,3 +23,12 @@ jobs:
23
SparseM viridisLite RcppArmadillo
24
R CMD INSTALL netdiffuseR
25
26
+ - name: Install Quarto
27
+ run: |
28
+ wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.37/quarto-1.6.37-linux-amd64.deb
29
+ dpkg -i quarto-1.6.37-linux-amd64.deb
30
+
31
+ - name: Build website
32
33
+ quarto render .
34
0 commit comments