Vuepress - Duplicating Dist Folder

Hi everyone,

I’m hoping to get some advice on how to handle an issue I’ve run into with a really simple deployment. This deployment gathers the NUPKG from team city which packs the dist folder of a vuepress project. After first deployment to azure, the site was up and running great – but with each subsequent deploy, it’s nesting itself inside another dist folder. So the structure is as follows:

wwwroot/index.html
wwwroot/somefile.html
wwwroot/someotherfile.html
wwwroot/dist
wwwroot/dist/index.html
wwwroot/dist/somefile.html
wwwroot/dist/someotherfile.html
wwwroot/dist/dist

and so on with each depoloy. I don’t have any physical path set up, nor deployment slots. Any guidance would be much appreciated!