We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634d39b commit 6dd2906Copy full SHA for 6dd2906
1 file changed
.github/workflows/website.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Install Quarto
40
run: |
41
- wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.37/quarto-1.6.37-linux-amd64.deb
+ 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
43
44
- name: Build website
0 commit comments