matt765 / Tailcast

https://tailcast.vercel.app/
MIT License
282 stars 110 forks source link

Template versions out of date #4

Closed cassidoo closed 1 year ago

cassidoo commented 1 year ago

I noticed that this theme uses Astro v1.4.4, and framer-motion is a few versions behind, as well as Tailwind.

FriendlyUser commented 1 year ago

I tried updating packages and saw no issues

"dependencies": { "@astrojs/tailwind": "^3.1.1", "@fontsource/inter": "^4.5.14", "astro": "^2.1.7", "framer-motion": "^10.9.1", "tailwindcss": "^3.2.7" },

matt765 commented 1 year ago

I updated all packages in repository

cassidoo commented 1 year ago

I noticed the "some checks are not successful" flag, any ideas what that's about?

matt765 commented 1 year ago

It was an issue related to Github Pages build process that used Jekyll. I don't use Github Pages (I host website on Vercel from the beginning) so I disabled it along with Github Actions for this repository and the flag disappeared.

There is log file saved https://github.com/matt765/Tailcast/actions/runs/4639085395/jobs/8209553067 I looked through internet but I didn't find the solution for an error that is visible in this log file. I created an issue on AstroJS GitHub.

FriendlyUser commented 1 year ago

Hmm, I think you just need to make a github action to deploy the app and include a .nojeykll file.

matt765 commented 1 year ago

Yes, this is valid solution, thank you. I will keep Github Pages and Actions disabled on this repo as they are not needed, but If somebody wanted to use Github Pages with AstroJS there is official guide in AstroJS docs https://docs.astro.build/en/guides/deploy/github/