mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
9 lines
376 B
JSON
9 lines
376 B
JSON
{
|
|
"name": "github-pages-deploy-action",
|
|
"description": "GitHub action for building a project and deploying it to GitHub pages.",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/JamesIves/github-pages-deploy-action",
|
|
"scripts": {
|
|
"integrationTest": "mkdir test/build && cp test/image.jpg test/build/image.jpg && cp test/index.html test/build/index.html"
|
|
}
|
|
} |