Skip to content

Update render.yml

Update render.yml #196

Workflow file for this run

on:
push:
branches:
- render-replace
# paths: ['**.Rmd']
name: Render and Publish
permissions:
contents: write
pages: write
jobs:
render-rmarkdown:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
# To install LaTeX to build PDF book
tinytex: true
- name: Render Website
uses: quarto-dev/quarto-actions/render@v2
- name: Render Assignments
uses: quarto-dev/quarto-actions/render@v2
with:
path: assignments