Skip to content

Commit 39dae7f

Browse files
committed
Minor typo
1 parent 130a308 commit 39dae7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-presentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "xxxxxxxxxx${QUALTRICS_BASE_URL}xxxxxxxxxx"
6767
test -z "${QUALTRICS_BASE_URL}" && echo "QUALTRICS_BASE_URL is not set" && exit 1
6868
quarto render index.qmd --output-dir _html
69-
quarto render presentation/index.Rmd --output-dir _html
69+
quarto render presentation/index.qmd --output-dir _html
7070
- name: Upload HTML Artifact
7171
id: artifact-upload-step2
7272
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)