We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130a308 commit 39dae7fCopy full SHA for 39dae7f
.github/workflows/compile-presentation.yml
@@ -66,7 +66,7 @@ jobs:
66
echo "xxxxxxxxxx${QUALTRICS_BASE_URL}xxxxxxxxxx"
67
test -z "${QUALTRICS_BASE_URL}" && echo "QUALTRICS_BASE_URL is not set" && exit 1
68
quarto render index.qmd --output-dir _html
69
- quarto render presentation/index.Rmd --output-dir _html
+ quarto render presentation/index.qmd --output-dir _html
70
- name: Upload HTML Artifact
71
id: artifact-upload-step2
72
uses: actions/upload-artifact@v4
0 commit comments