Properly publishing/deploying a blazor project to github pages

后端 未结 2 1372
感动是毒
感动是毒 2021-02-06 14:23

I\'ll start this by saying I\'m definitely working a bit above my paygrade here. I\'ll be doing my best to describe this problem and make it easiest to answer.

I\'ve mad

2条回答
  •  有刺的猬
    2021-02-06 14:54

    Looking at the current state of your gh-pages branch I'm guessing you've mixed the files that were in the publish directory with the source files from your solution? If so, you just need to clean the source files out of the gh-pages branch so only the files you copied from the publish directory are present.

    Other than that what you have now looks to be correct.

提交回复
热议问题