Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
suziwen committed Dec 11, 2021
1 parent 89043d8 commit d4d1fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function run(): Promise<void> {
})

if (exists) {
await exec.exec(`git push`, ['-f', repoURL], {
await exec.exec(`git push`, ['-f'], {
cwd: `${workingDir}/public`,
})
} else {
Expand Down

0 comments on commit d4d1fa5

Please sign in to comment.