Skip to content

Commit dde2deb

Browse files
committed
Adding quarto website
1 parent b7850ea commit dde2deb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/website.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ jobs:
2323
SparseM viridisLite RcppArmadillo
2424
R CMD INSTALL netdiffuseR
2525
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+
run: |
33+
quarto render .
34+

0 commit comments

Comments
 (0)