Merge pull request 'fix/ci-pub' (#8) from fix/ci-pub into main
Some checks failed
ci / build (push) Successful in 36s
ci / publish (push) Failing after 23s
ci / publish-docs (push) Successful in 29s

Reviewed-on: McPeakDev/nychthemeron#8
This commit is contained in:
Matthew McPeak 2026-06-12 11:54:09 -04:00
commit ccb5780537

View file

@ -55,6 +55,9 @@ jobs:
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Install git
run: apt-get update && apt-get install -y git
- name: Checkout
uses: actions/checkout@v4