Closed DilumAluthge closed 1 year ago
Once the build has completed, you can preview your PR at this URL: https://juliahealth.org/juliahealth.github.io-previews/previews/PR116/
Looks like the preview deploy key needs to be regenerated.
Oh wait, I think I just figured it out. Let me see if I can finish this right now.
We actually have two keypairs:
Actually, the private keys shouldn't be Base64-encoded. They should be in their original form, with each private key starting with a line that looks something like --- BEGIN PRIVATE KEY
and ending with a line that looks something like --- END PRIVATE KEY
.
Ha HA! Take that GitHub Actions! We have freed this action from the fiery inferno of failed deployments
@DilumAluthge ! I am going to go ahead and merge since all checks are working and actions succeed. Previews look fantastic as well. Thanks for the guidance and help on this!
Closes #114
@TheCedarPrince Can you update https://github.com/JuliaHealth/juliahealth.github.io/blob/dev/Project.toml to not pin to an old Franklin version?
Hat-tip @tlienart