Skip to content

chore(devops): 🧑‍💻 add CODEOWNERS to auto add reviewers (#27) #8

chore(devops): 🧑‍💻 add CODEOWNERS to auto add reviewers (#27)

chore(devops): 🧑‍💻 add CODEOWNERS to auto add reviewers (#27) #8

Workflow file for this run

on:
push:
branches:
- main
name: Render and Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
# To install LaTeX to build PDF book
tinytex: false
# uncomment below and fill to pin a version
# version: SPECIFIC-QUARTO-VERSION-HERE
- name: Publish to Netlify (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: netlify
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}