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
When mike ran to update 2.10.13 and latest, the updates made to both folders seems different for some reason: #196
The 2.10.13 version has all the assets updated, as we'd expect:
The latest alias version does not touch assets, and it's not clear why this would be different (I'd have expected the contents of 2.10.13 and latest to be identical):
The text was updated successfully, but these errors were encountered:
Something is broken with our build, where mike is not correctly
updating the assets stored in latest (#206) and the versioned
docs are referring to assets in latest (#207) instead of the
assets in the same version.
To work around this for now, this change manually synchronizes
changes using:
cp -rf 2.10.13/assets/ latest/
cp -rf 2.10.13/img/ latest/
Something is broken with our build, where mike is not correctly
updating the assets stored in latest (#206) and the versioned
docs are referring to assets in latest (#207) instead of the
assets in the same version.
To work around this for now, this change manually synchronizes
changes using:
cp -rf 2.10.13/assets/ latest/
cp -rf 2.10.13/img/ latest/
When
mike
ran to update2.10.13
andlatest
, the updates made to both folders seems different for some reason: #196The 2.10.13 version has all the assets updated, as we'd expect:
The
latest
alias version does not touchassets
, and it's not clear why this would be different (I'd have expected the contents of2.10.13
andlatest
to be identical):The text was updated successfully, but these errors were encountered: