Skip to content

Commit

Permalink
disable R builds
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Mar 11, 2024
1 parent 08aede0 commit abaed77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
# - uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-r-dependencies@v2
# - uses: r-lib/actions/setup-r-dependencies@v2

- uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true

- name: Build slides
run: |
Rscript build_slides.R
bash build_slides.sh
- name: Setup Ruby
Expand Down

0 comments on commit abaed77

Please sign in to comment.