I’m trying to publish a static webpage to cadojo.github.io with Franklin.jl (my username is cadojo on GitHub).
When I use Franklin.serve(), the webpage loads as expected:
However, when I check the version published at cadojo.github.io, the page doesn’t seem to actually be rendered. There are still @def commands visible at the top of the page:
I’ve double checked that I am indeed publishing to the gh-pages branch, and I don’t believe I’ve modified the deploy.yml file at all. I’m trying to use the just-the-docs theme. Does anyone know the issue?

