Skip to content

add missing Dygraph.DOTTED_LINE export which is documented #48

add missing Dygraph.DOTTED_LINE export which is documented

add missing Dygraph.DOTTED_LINE export which is documented #48

Workflow file for this run

{
"concurrency": {
"cancel-in-progress": true,
"group": "pages"
},
"jobs": {
"build-and-pages": {
"environment": {
"name": "github-pages",
"url": "${{ steps.deployment.outputs.page_url }}"
},
"if": "github.repository == 'mirabilos/dygraphs'",
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/[email protected]"
},
{
"run": "./.pages.sh"
},
{
"uses": "actions/upload-artifact@v3",
"with": {
"name": "package-lock.json",
"path": "package-lock.json"
}
},
{
"uses": "actions/[email protected]"
},
{
"id": "deployment",
"uses": "actions/[email protected]"
}
]
},
"build-split": {
"environment": {
"name": "GHA-output",
"url": "${{ steps.deployment.outputs.page_url }}"
},
"if": "github.repository == 'danvk/dygraphs'",
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/[email protected]"
},
{
"run": "./.pages.sh"
},
{
"uses": "actions/upload-artifact@v3",
"with": {
"name": "package-lock.json",
"path": "package-lock.json"
}
},
{
"uses": "actions/[email protected]"
}
]
}
},
"name": "build and test",
"on": {
"push": {
"branches": [
"debian",
"master"
]
},
"workflow_dispatch": null
},
"permissions": {
"contents": "read",
"id-token": "write",
"pages": "write"
}
}