Skip to content

Tags: devlooped/gref

Tags

v0.1.0

Toggle v0.1.0's commit message
Fix pages workflow YAML by indenting the Python heredoc.

Unindented heredoc content closed the run block early, so GitHub
rejected the workflow with zero jobs. Align the body and PY
terminator with the run-block base indent so YAML parses and bash
still sees a valid delimiter.