Skip to content

add quarto workflow

add quarto workflow #1

Workflow file for this run

name: Build Quarto
on:
push:
branches:
- master
jobs:
build:
# Only trigger the workflow when the build_quarto flag is set
if: contains(github.event.head_commit.message, 'build_quarto')
runs-on: ubuntu-latest
steps:
- name: Render Quarto Project

Check failure on line 14 in .github/workflows/quarto_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/quarto_build.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
uses: quarto-dev/quarto-actions/render@v2
with:
to: html