jeffreytse / jekyll-deploy-action

🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
MIT License
329 stars 44 forks source link

add an optional choice to build using the source file #39

Closed wholon closed 2 years ago

wholon commented 2 years ago

I already use this action and it's pretty good to solve my problem for using other plugins.

but I found I can't build my site using my local theme, which means I need to specific a remote-theme and I can't configure it locally.

Is there any possible to build my site and using my own theme?

My English is not very well, hope you can understand what I mean. ^-^

wholon commented 2 years ago

I already use this action and it's pretty good to solve my problem for using other plugins.

but I found I can't build my site using my local theme, which means I need to specific a remote-theme and I can't configure it locally.

Is there any possible to build my site and using my own theme?

My English is not very well, hope you can understand what I mean. ^-^

I don't know what I have done, but this issue has already solved.

Thx for the awesome action.

wholon commented 2 years ago

I already use this action and it's pretty good to solve my problem for using other plugins. but I found I can't build my site using my local theme, which means I need to specific a remote-theme and I can't configure it locally. Is there any possible to build my site and using my own theme? My English is not very well, hope you can understand what I mean. ^-^

I don't know what I have done, but this issue has already solved.

Thx for the awesome action.

It seems like the URLs generated by this method would add /pages/GitHubUsername/ as base_url,that's why all of my theme files had lost.

So I add base_url: "" in my _config file and everything comes back.

jeffreytse commented 2 years ago

Hi @wholon

Thanks for your issue, is it that you have settled down your issue?

Thanks & Regards

wholon commented 2 years ago

Hi @wholon

Thanks for your issue, is it that you have settled down your issue?

Thanks & Regards

yes! Thank you for the awesome GitHub Action