-
Notifications
You must be signed in to change notification settings - Fork 361
Closed as not planned
quarto-dev/quarto-web
#1264Closed as not planned
Copy link
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-webneeds-reproIssues that are blocked until reporter provides an adequate reproductionIssues that are blocked until reporter provides an adequate reproductionstaleIssues open for 30+ days without providing a "working" reproducible exampleIssues open for 30+ days without providing a "working" reproducible example
Milestone
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
cderv
Metadata
Metadata
Assignees
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-webneeds-reproIssues that are blocked until reporter provides an adequate reproductionIssues that are blocked until reporter provides an adequate reproductionstaleIssues open for 30+ days without providing a "working" reproducible exampleIssues open for 30+ days without providing a "working" reproducible example