Skip to content

Commit

Permalink
Addressing automation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jun 30, 2024
1 parent 0bd5f41 commit d0ccc57
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
path: ./presentation
# uses: quarto-dev/quarto-actions/render@v2
# with:
# path: ./presentation
run: |
cd presentation
quarto render index.Rmd
- name: Move outputs around
run: |
mkdir _build/html/presentation
Expand Down

0 comments on commit d0ccc57

Please sign in to comment.