mattermost / mattermost-developer-documentation

Mattermost developer documentation.
https://developers.mattermost.com
BSD 3-Clause "New" or "Revised" License
80 stars 389 forks source link

CLD-6478 Fixed old content from showing up #1308

Closed saturninoabril closed 10 months ago

saturninoabril commented 10 months ago

Summary

It was reported that https://developers.mattermost.com/contribute/more-info/team_contributions/ is still showing up with an outdated banner announcement about "Mattermost Version 8.0 is Now Available". It turned out that such page was previously archived (https://github.com/mattermost/mattermost-developer-documentation/commit/3852050f385c6735be75c3cd5b6af66e391ed267).

Previously during artifacts deployment, old page is getting replaced by new ones. However, archived page remains as is.

Screenshot 2023-10-19 at 6 57 12 AM

Used aws s3 sync <bucket> --delete instead of cp. This is to sync all files in a directory and delete if file/s exist at destination but not from source.

Ticket Link

https://mattermost.atlassian.net/browse/CLD-6478

github-actions[bot] commented 10 months ago

Newest code from saturninoabril has been published to preview environment for Git SHA 6ab3cf3c5711bf8bfa7e147f3deb87932d62f1aa

github-actions[bot] commented 10 months ago

Newest code from saturninoabril has been published to preview environment for Git SHA 46239789a4316301a864ce3cc9eb43572acb7b07

saturninoabril commented 10 months ago

@toninis @mvitale1989 Kind reminder for your reviews, thanks!

github-actions[bot] commented 10 months ago

Newest code from saturninoabril has been published to preview environment for Git SHA 17f2d1ce1473115d2fa006bc6da1995f6205e1c4

github-actions[bot] commented 10 months ago

Newest code from saturninoabril has been published to preview environment for Git SHA 36ef17634c8aae28c80197f9b0cb8823f0aa3474

saturninoabril commented 10 months ago

Thanks @toninis, PTAL.