HiNinoJay / hexo-theme-A4

A hexo theme that looks like an A4 paper.(一个类A4纸张质感的hexo博客主题。)
https://ninojay.top
MIT License
320 stars 25 forks source link

本地部署正常,github action部署有问题 #120

Closed VVogelimkafig closed 1 month ago

VVogelimkafig commented 8 months ago

github action运行没问题,推到github pages仓库的时候能正常生成目录和文件

但是其中的文件内容为空,导致部署后的网站内容空白。

微信图片_20240228182959

原因是通过npm安装的需要将_config.yml配置文件中theme改为小写

通过git安装的需要将_config.yml配置文件中theme改为大写

image