nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.03k stars 1.29k forks source link

Website rendering is broken #2538

Closed thomas-bc closed 6 months ago

thomas-bc commented 6 months ago
F´ Version
Affected Component website

Problem Description

It appears the layout of https://nasa.github.io/fprime/ is broken. Investigating...

Tried multiple browsers, getting the same broken layout

thomas-bc commented 6 months ago

Re-running the workflow that publishes the website seems to have fixed it... I'll dig in the logs to see if I can find something meaningful

thomas-bc commented 6 months ago

In the failed build logs (here)

   GitHub Metadata: No internet connection. GitHub metadata may be missing or incorrect.
   GitHub Metadata: No internet connection. GitHub metadata may be missing or incorrect.

This likely caused the missing theme (since we reference https://github.com/fprime-community/fprime-theme), which therefore broke the layout. Seems to be a one-off issue, it's also the first time I'm seeing it happen. Most likely something went wrong with the github-provided agent. Closing this issue as there's not much else to do about it.

In the future, if this happens again, re-running the latest workflow that published the website should hopefully fix the issue.