Skip to content

Commit

Permalink
disabled freeze in quarto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codetricity committed Aug 27, 2024
1 parent 41efefb commit 5a200ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ format:
- cosmo
- cosmo.scss
css: styles.css
execute:
freeze: false
# execute:
# freeze: false
# if we enable freeze, should likely be set to false

editor:
render-on-save: true
10 changes: 10 additions & 0 deletions news/events.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,17 @@ Craig added test table here:

test after modifying GitHub action workflow

disabled repo override for renv. 8:15am approx

```
# env:
# RENV_CONFIG_REPOS_OVERRIDE: "https://packagemanager.rstudio.com/all/latest"
```

delete freeze from `_quarto.yml`

```
# execute:
# freeze: false
# if we enable freeze, should likely be set to false
```

0 comments on commit 5a200ed

Please sign in to comment.