Don't run the site on self-hosted

This commit is contained in:
Dhinak G
2021-07-29 19:37:15 -04:00
parent df029110c7
commit 1678005ceb

View File

@@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build Site and Deploy
runs-on: x86_64
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2-beta
with: