Skip to content

Commit

Permalink
use true instead of auto for _quarto.yml freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
calderonsamuel committed Nov 18, 2024
1 parent b3fb318 commit d391055
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::rmarkdown
any::knitr
# - uses: r-lib/actions/setup-r@v2
# - uses: r-lib/actions/setup-r-dependencies@v2
# with:
# packages:
# any::rmarkdown
# any::knitr

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
execute:
freeze: auto
freeze: true

0 comments on commit d391055

Please sign in to comment.