Skip to content

Commit

Permalink
chore(github actions): changing git push command (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkanakin41 committed Nov 6, 2020
1 parent 90461e1 commit a25cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gh-pages-publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ exec("git add .")
exec('git config user.name "Pierre LEJEUNE"')
exec('git config user.email "darkanakin41@gmail.com"')
exec('git commit -m "docs(docs): update gh-pages"')
exec(`git push -u "https://${ghToken}@${repository}" gh-pages`)
exec(`git push --force --quiet "https://${ghToken}@${repository}" master:gh-pages`)
echo("Docs deployed!!")

0 comments on commit a25cbaf

Please sign in to comment.