You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On travis, I don't cache ~/.sbt/ghpages since the cache sometimes gets corrupted (see #40). Then, as expected ghpagesPushSite clones the repository. I found that after a fresh clone, ghpagesPushSite would never detect any changed files and would just push an empty commit. Only on the second invocation of ghpagesPushSite, it would correctly identify changes and commit them.
The text was updated successfully, but these errors were encountered:
thesamet
added a commit
to scalapb/ScalaPB
that referenced
this issue
Sep 30, 2018
On travis, I don't cache
~/.sbt/ghpages
since the cache sometimes gets corrupted (see #40). Then, as expectedghpagesPushSite
clones the repository. I found that after a fresh clone,ghpagesPushSite
would never detect any changed files and would just push an empty commit. Only on the second invocation ofghpagesPushSite
, it would correctly identify changes and commit them.The text was updated successfully, but these errors were encountered: