Skip to content

Commit

Permalink
Update render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored Nov 22, 2024
1 parent c689a2f commit b99deaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
render:
name: Render site
runs-on: macOS-latest
runs-on: macOS-13
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -46,7 +46,7 @@ jobs:
CTATOK: ${{ secrets.CTATOK }}
run: |
python get_queue.py
- uses: caltechlibrary/actions/setup-r@46ffd7d1ecd59df9c75364eb0dcb905b94013ecb
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- name: Install rmarkdown
run: Rscript -e 'install.packages("rmarkdown")'
Expand Down

0 comments on commit b99deaa

Please sign in to comment.