mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Debugging
This commit is contained in:
parent
2731c10cfd
commit
bf373586f4
@ -76,7 +76,7 @@ export async function deploy(): Promise<any> {
|
||||
|
||||
console.log('list', await execute(`ls`, action.build))
|
||||
|
||||
await execute(`git checkout --orphan ${repositoryPath}`, action.build)
|
||||
await execute(`git checkout --orphan ${action.branch}`, action.build)
|
||||
await execute(`git remote rm origin`, action.build)
|
||||
await execute(`git remote add origin ${repositoryPath}`, action.build)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user