Remove self-hosting, just spins forever.
Some checks failed
Build and Deploy / deploy (push) Failing after 14s

This commit is contained in:
Jessica Canady 2024-04-22 11:35:57 -04:00
parent 4fe2ae47d0
commit acee26f180

View file

@ -2,7 +2,6 @@ name: Build and Deploy
on: [push]
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3