Blog error log
Build And Deploy
first error
YAML formation
deploy: |
在YAML file中不能出现TAB 类制表符(改了好久,之前没注意。。。。
second error
本该部署到hexo服务器上的,部署到了jekyll(不知道是不是很久没用了,GitHub犯病。。。
问了GPT才给出的解决方案:
创建 .nojekyll 文件 |
这边在hexo 目录文件下
touch .nojekyll |
用这个命令就行
deploy
first error
检查 GitHub Pages 设置 |
一定要确保所有的config文件中都是你要部署发布的那个分支!
总结
多看log报错,gpt在配置问题上比Gemini好用
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.