tlienart / Franklin.jl

(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
https://franklinjl.org
MIT License
932 stars 108 forks source link

insert not working when using the GitHub actions #1078

Closed diegozea closed 3 months ago

diegozea commented 3 months ago

Hi! I need some help. I created a page that renders perfectly with serve(), but the insert command does not work when I deploy the page using the GitHub actions. The repo is: https://github.com/diegozea/diegozea.github.io, and the page is at https://diegozea.github.io/

diegozea commented 3 months ago

The problem was not with the insert command, as the index.html was correct in the gh-pages branch. However, I was seeing the master one. It was fixed by choosing gh-pages as the Branch :

image

Thanks for this package @tlienart 😃