palmiak / pacamara-astro

Pacamara is a simple blog theme for Astro that uses md and mdx files to store your content.
https://pacamara-astro-6y7xr.kinsta.page/
MIT License
54 stars 14 forks source link

Build failure in Github Action #15

Open HuanXin-Chen opened 3 months ago

HuanXin-Chen commented 3 months ago

Hello, your blog looks great and I really enjoy it. I'm using it as my own blog, but when I copy it to my GitHub repository, it fails to build every time I try to compile it. This is the reason for the build failure. Could you please tell me why this is happening? I'm not familiar with front-end development, so apologies if this question seems naive. Thank you for your response!

image

palmiak commented 3 months ago

Hi :)

Thanks for the nice words.

The errors are happening because you are building a Jekyll app, and this is Astro :)

https://docs.astro.build/en/guides/deploy/github/

HuanXin-Chen commented 3 months ago

Ok, thank you very much for your reply, the issue is solved.