r - Blogdown: Deploy with Netlify fails with standard theme -


i installed new rstudio project blogdown + standard theme scratch , deployed via github netlify. process worked time older versions of hugo-lithium-theme. not deploy. changed nothing @ all: installed , pushed via github-repo netlify

the last few lines error message were:

10:03:08 pm: build complete: exit code: 0 10:03:08 pm: cleaning docker container  10:03:08 pm: starting deploy site 'publish'  10:03:08 pm: deploying cdn 10:03:09 pm: failed deploy publish cdn  10:03:09 pm: stat /mnt/build-work/buildbot-796257821/repo/publish: no such file or directory  10:03:09 pm: finished processing build request in 16.651393261s 

i using hugo_version 0.27

[update] noticed line in error log:

10:03:08 pm: starting deploy site 'publish'  

you specified wrong folder name publish directory. default hugo public instead of publish. see section 3.1 of blogdown book sample settings.


occasionally netlify fails build site (for reasons don't understand), , can try click "trigger deploy" button in "deploys" tab on https://app.netlify.com if want redeploy master branch of repo:

trigger deploy

or click specific failed deploy click "retry deploy" button:

retry deploy


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -