yari icon indicating copy to clipboard operation
yari copied to clipboard

Cannot use "yarn content delete" on https://github.com/mdn/archived-content/

Open sylvestre opened this issue 3 years ago • 3 comments

I would like to delete some pages there but the recommended way to delete a page doesn't work.

note that I am happy to use my chainsaw and do "git rm" ;)

cc @chrisdavidmills

sylvestre avatar Mar 08 '21 09:03 sylvestre

@peterbe @fiji-flo I asked @sylvestre to file this because I wasn't sure of the best way to delete archived content. Any advice here on what best to do?

chrisdavidmills avatar Mar 08 '21 09:03 chrisdavidmills

@peterbe any thoughts?

chrisdavidmills avatar Mar 09 '21 10:03 chrisdavidmills

archived-content can simply be git rm -r ... but that'll just delete things from the git repo. We'll have to manually delete the built pages from S3 because archived-content is exempt from automatic cleanup in S3 deploys.

But once it's all done, @fiji-flo or I will need to refresh https://github.com/mdn/yari/blob/main/content/archived.txt

peterbe avatar Mar 09 '21 13:03 peterbe