Skip to content

Commit 9bcc39f

Browse files
committed
Use official Quarto action for installation
1 parent 6dd2906 commit 9bcc39f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/website.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
installGithub.r USCCANA/netdiffuseR
3838
3939
- name: Install Quarto
40-
run: |
41-
curl -LO https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.37/quarto-1.6.37-linux-amd64.deb
42-
dpkg -i quarto-1.6.37-linux-amd64.deb
40+
uses: quarto-dev/quarto-actions/setup@v2
4341

4442
- name: Build website
4543
run: |

0 commit comments

Comments
 (0)