Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oddish3 committed Jan 16, 2025
1 parent be9590f commit e2a80d6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main

jobs:
build-deploy:
runs-on: ubuntu-latest
Expand All @@ -13,18 +12,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install R Dependencies
run: |
install.packages(c('rmarkdown', 'knitr'))
shell: Rscript {0}

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

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

0 comments on commit e2a80d6

Please sign in to comment.