Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebray123 committed Nov 20, 2023
2 parents 2ceeff4 + 44763b8 commit 1b64ff3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand All @@ -21,24 +21,16 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.3' # Update to most recent version of R

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Install R packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::rmarkdown
any::ggplot2
any::dplyr

any::ggplot2
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1b64ff3

Please sign in to comment.