Skip to content

Commit

Permalink
Does this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Sep 21, 2023
1 parent 9084667 commit e333825
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,16 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
git::posit-dev/r-shinylive
any::knitr
any::rmarkdown
any::downlit
any::xml2
any::posit-dev/r-shinylive

# Back to our regularly scheduled Quarto output
- name: "Set up Quarto"
uses: quarto-dev/quarto-actions/setup@v2

- name: "Initialize a quarto project"
run: |
quarto create project website .
shell: bash

- name: "Render and Publish"
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit e333825

Please sign in to comment.