Changed runs-on to host
Some checks failed
Build and deploy website / build (push) Failing after 2s
Build and deploy website / deploy (push) Failing after 3s

This commit is contained in:
Martin Berg Alstad 2024-09-28 11:32:07 +02:00
parent 5c2c7a4c7f
commit 6c98ddff62

View File

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: host
steps:
- name: Check out repository code