fix: ci
Some checks failed
ci / build (push) Successful in 19s
ci / publish (push) Failing after 9s
ci / publish-docs (push) Failing after 24s

This commit is contained in:
Matthew McPeak 2026-06-14 14:27:30 -04:00
parent d094330338
commit d15df59dc6
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -81,7 +81,7 @@ jobs:
publish-docs:
needs: build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4