Skip to content

Commit

Permalink
correcting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 17, 2024
1 parent c78efa8 commit ff46d5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
# any::xml2
# any::tidyverse
# any::DT
- name: Run quarto render
run: |
quarto render site/
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
path: ./site
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit ff46d5b

Please sign in to comment.