Brian Guenter

Results 12 comments of Brian Guenter

> Most Julia Documenter-built docs (since 0.27.something) get their fonts served by `cdnjs.cloudfare`; Pluto notebooks are served by `cdn.jsdelivr`; both are pretty central to the web, so outages should be...

I changed the Publish.yml file to have this line: ``` xvfb-run julia --color=yes --project=.. -e 'using Publish, JuliaProgrammingLanguage; deploy(JuliaProgrammingLanguage; root="/JuliaProgrammingLanguage.jl", label="dev")' ``` instead of this ``` julia --color=yes --project=.. -e...