mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Package Placement
This commit is contained in:
parent
7b4197087b
commit
9b9f067a82
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
|
||||
{
|
||||
"name": "github-pages-deploy-action-test",
|
||||
"description": "Integration Test for the GitHub Pages Deploy Action",
|
||||
"license": "MIT",
|
||||
"version": "0.0.0",
|
||||
"repository": "",
|
||||
"scripts": {
|
||||
"build": "mkdir build && cp image.jpg ./build/image.jpg && cp index.html ./build/index.html"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user