# Why travis is not creating the Stable part of the document?

**URL:** https://discourse.julialang.org/t/why-travis-is-not-creating-the-stable-part-of-the-document/43341
**Category:** New to Julia
**Created:** [July 19, 2020, 6:11pm UTC](https://discourse.julialang.org/t/why-travis-is-not-creating-the-stable-part-of-the-document/43341 "2020-07-19T18:11:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DataPsycho](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/datapsycho/32/16891_2.png) [@DataPsycho](https://discourse.julialang.org/u/DataPsycho)
#### Post date: [July 19, 2020, 6:11pm UTC](https://discourse.julialang.org/t/why-travis-is-not-creating-the-stable-part-of-the-document/43341/1 "2020-07-19T18:11:38Z")

</div>

hi, I am trying to create documents for my packge and I have added a document part in travis yml file. Its creating the dev part of the document but not sure why its not creating the stable part. If some one can have a look and suggest some change. [Here](https://github.com/DataPsycho/ProjectFlow.jl/blob/master/.travis.yml) is the yml file but there might be problem in the doc make file. [Here](https://travis-ci.com/github/DataPsycho/ProjectFlow.jl) is the last build.  
Thanks,

---

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [July 20, 2020, 12:15am UTC](https://discourse.julialang.org/t/why-travis-is-not-creating-the-stable-part-of-the-document/43341/2 "2020-07-20T00:15:53Z")

</div>

Stable docs are built for tags. You do have a tag in the repo, but do not seem to run Travis on tags (alternatively the tag is old before you set up Travis.)
