gbdev / gbdev.github.io

the 'game boy development community' institutional website: showcases projects and hosts some community content
https://gbdev.io
GNU General Public License v3.0
23 stars 11 forks source link

CI does not clean up stale files #49

Closed ISSOtm closed 2 years ago

ISSOtm commented 2 years ago

For example, https://gbdev.io/articles/dma_hijacking is still live (the new URL is https://gbdev.io/guides/dma_hijacking). This might also affect JS etc. in assets/, though I'm not certain.

I'm thinking CI should delete everything in the master repo instead of copying files there. (The CI script could use some other improvements, too.)

avivace commented 2 years ago

For example, https://gbdev.io/articles/dma_hijacking is still live (the new URL is https://gbdev.io/guides/dma_hijacking). This might also affect JS etc. in assets/, though I'm not certain.

I'm thinking CI should delete everything in the master repo instead of copying files there. (The CI script could use some other improvements, too.)

Cleaning up files should be just one line before the git add. Should be fixed by https://github.com/gbdev/gbdev.github.io/commit/78ca5ca0f0253f0fd8446e9b5265e51b96357ef9

The CI script could use some other improvements, too

Are you referring to something in particular?

ISSOtm commented 2 years ago

Nothing that hasn't just been fixed :)