fix/ci-pub (#14)
Some checks failed
ci / build (push) Successful in 36s
ci / publish-docs (push) Successful in 24s
ci / publish (push) Failing after 52s

Reviewed-on: McPeakDev/nychthemeron#14
Co-authored-by: Matthew L McPeak <m.mcpeak98@icloud.com>
Co-committed-by: Matthew L McPeak <m.mcpeak98@icloud.com>
This commit is contained in:
Matthew McPeak 2026-06-12 14:40:17 -04:00 committed by Matthew McPeak
parent 01bbcdabe0
commit 25691b4c79

View file

@ -53,7 +53,7 @@ jobs:
needs: build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
container: oven/bun:1
container: catthehacker/ubuntu:act-latest
steps:
- name: Install git
run: apt-get update && apt-get install -y git nodejs npm