Skip to content

Commit

Permalink
Quarto 1.5 is now released so no need for pre-release (#2702)
Browse files Browse the repository at this point in the history
Fixes #2700
  • Loading branch information
hadley authored Jul 8, 2024
1 parent 0c36a6b commit 0517c46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions vignettes/quarto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@ project:
### GitHub actions
Currently, you'll need to manually install the pre-release version of Quarto in your GitHub actions. ([Hopefully this will change in the future](https://github.com/r-lib/actions/issues/866)). Add the following lines to install quarto:
Currently, you'll need to manually install Quarto in your GitHub actions. ([Hopefully this will change in the future](https://github.com/r-lib/actions/issues/866)). Add the following lines to install quarto:
```yaml
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: quarto-dev/quarto-actions/setup@v2
```
## Limitations
Expand Down

0 comments on commit 0517c46

Please sign in to comment.