If I build the workbench locally I am seeing slightly different build behavior than when I run it via GitHub actions/pages.
The primary detail is the handling of callouts. Take these built locally and hosted on port 3436:
Notice how the titles have been styled what I believe to be correctly (although I am happy to be corrected).
Versus: https://ffdev-info.github.io/searching-for-a-signature/index.html
Here the primary title of the call out remains, e.g. callout is callout, versus what its title should be.
Is there a way to control the behavior in the GitHub build that ensures the site is output the first way?
If I build the workbench locally I am seeing slightly different build behavior than when I run it via GitHub actions/pages.
The primary detail is the handling of callouts. Take these built locally and hosted on port 3436:
Notice how the titles have been styled what I believe to be correctly (although I am happy to be corrected).
Versus: https://ffdev-info.github.io/searching-for-a-signature/index.html
Here the primary title of the call out remains, e.g. callout is callout, versus what its title should be.
Is there a way to control the behavior in the GitHub build that ensures the site is output the first way?