Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Feb 21, 2019
1 parent 41396ff commit a8a760f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish_docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ if (!msg) {
exec('yarn install', { cwd: './docs' })
exec('rm -rf ./out', { cwd: './docs' })
exec('git clone -b gh-pages --single-branch [email protected]:DataDog/dd-trace-js.git docs/out')
exec('yarn typedoc')
exec('rm -rf ./docs/out')
exec('yarn type:doc')
exec('git add -A', { cwd: './docs/out' })
exec(`git commit -m "${msg}"`, { cwd: './docs/out' })
exec('git push', { cwd: './docs/out' })

0 comments on commit a8a760f

Please sign in to comment.