Github Pages doesn't get updated
See original GitHub issueDespite in the last weeks, I’ve updated the documentation on some points, and the changes were merged. This wasn’t reflected on Github Pages.
I think this can be caused by this condition in the ci.yml
file and the fact that a master
branch doesn’t exist anymore. I can open a PR to modify refs/heads/master
to refs/heads/develop
, but I’m not sure that this is the intended behaviour since you might want documentation updated just on releases.
By the way, the recent documentation changes were done to document the actual behaviour of giter8
.
What do you think @eed3si9n and @xuwei-k?
[EDIT] The reason I’m pushing is that with that doc changes (and others that I’m about to do) some issues on the project can be closed since they are documentation related.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
Okay, technically if we commit a newline in any markdown in docs we should get the new documentation. Right?
😭
https://github.com/foundweekends/giter8/blob/5d6b1a4eb63fd78fff11bfb6d0f1864cfb0e79ef/project/TravisSitePlugin.scala#L77-L85