Skip to content

Avoid crashes in view_file() in the presence of syntax errors (#138) #13

Avoid crashes in view_file() in the presence of syntax errors (#138)

Avoid crashes in view_file() in the presence of syntax errors (#138) #13

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:
version: 1.6.20
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}