Closed as not planned
Description
What would you like to do?
Report an issue on quarto.org
Description
Using the documentation to publish on Netlify via GitHub Actions, the .github/workflows/publish.yml gives the Problem: Incorrect type. Expected "array".
when using:
on:
workflow_dispatch:
push:
branches: main
I believe it's supposed to be:
on:
workflow_dispatch:
push:
branches:
- main