Skip to content

publish.yml: Incorrect type. Expected "array". #10207

Closed as not planned
quarto-dev/quarto-web
#1264
@ozanozbeker

Description

@ozanozbeker

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

Metadata

Metadata

Assignees

Labels

documentationDoc improvements & quarto-webneeds-reproIssues that are blocked until reporter provides an adequate reproductionstaleIssues open for 30+ days without providing a "working" reproducible example

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions