Add a pnpm run deploy option in package.json that will:
[x] Leave all .md and .html files in the cloud-music root directory (gogins.github.io). This allows adding pieces and notes to cloud-music that do not come from cloud-5.
[x] Remove the _astro directory and contents from cloud-music.
[x] Ditto for the assets directory.
[x] Recursively copy cloud-5/cloud-5/* to the cloud-music root directory.
[x] Copy 'cloud-5/cloud-5/index.htmltocloud-5.html` in cloud-music.
[x] Copy the CLOUD-MUSIC.md file in cloud-music to README.md.
Add a
pnpm run deploy
option inpackage.json
that will:_astro
directory and contents from cloud-music.assets
directory.cloud-5/cloud-5/*
to the cloud-music root directory.to
cloud-5.html` in cloud-music.CLOUD-MUSIC.md
file in cloud-music toREADME.md
.