Skip to content

Commit

Permalink
run build
Browse files Browse the repository at this point in the history
  • Loading branch information
eprifti committed Nov 2, 2023
1 parent d50e942 commit 0fcd612
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
r-version: ['4.1.1']
r-version: ['4.1.1']

steps:
- uses: actions/checkout@v3
Expand All @@ -34,8 +34,7 @@ jobs:
r-version: ${{ matrix.r-version }}

- name: Install BasicTeX
run: |
brew install --cask basictex
run: brew install --cask basictex
shell: bash

- name: Add TeX Live to PATH
Expand All @@ -48,8 +47,7 @@ jobs:
shell: Rscript {0}

- name: Build pkgdown site
run: |
Rscript -e 'pkgdown::build_site()'
run: Rscript -e 'pkgdown::build_site()'

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0fcd612

Please sign in to comment.