Skip to content

Commit

Permalink
try quarto render directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 18, 2024
1 parent 1598cf1 commit 9d2b411
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update site

on:
schedule:
- cron: "* 1 * * *"
- cron: "0 1 * * *"
push:
branches: [ master ]

Expand Down Expand Up @@ -38,9 +38,11 @@ jobs:
with:
version: 1.4.550
- name: Render site
uses: quarto-dev/quarto-actions/render@v2
with:
path: site
run: |
quarto render site
# 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 9d2b411

Please sign in to comment.