Skip to content

Workflow file for this run

on:
workflow_dispatch:
push:
branches: main
name: Quarto Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2

Check failure on line 15 in .github/workflows/quarto.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/quarto.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::rmarkdown
any::knitr
needs: |
website
coverage
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}