Skip to content

Commit c4a0a5a

Browse files
committed
Fixing a missing option
1 parent e40f95a commit c4a0a5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compile-presentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
# path: ./presentation
3535
run: |
3636
quarto render index.Rmd
37+
3738
- name: Upload Artifact
3839
id: artifact-upload-step2
3940
uses: actions/upload-artifact@v4
41+
with:
42+
path: .
4043

4144
publish:
4245
needs: compile-presentation

0 commit comments

Comments
 (0)