Skip to content

Commit bd169e0

Browse files
committed
resolve error
1 parent 508e40c commit bd169e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
- name: "Check out repository"
3131
uses: "actions/checkout@v4"
3232

33+
- name: "Set up Quarto"
34+
uses: "quarto-dev/quarto-actions/setup@v2"
35+
3336
- name: "Render Quarto website"
34-
run: "quarto render ."
37+
run: "quarto-dev/quarto-actions/render@v2"
3538

3639
- name: "Upload artifact"
3740
uses: "actions/upload-pages-artifact@v3"

0 commit comments

Comments
 (0)