Skip to content

Commit 1678005

Browse files
committed
Don't run the site on self-hosted
1 parent df02911 commit 1678005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build Site and Deploy
11-
runs-on: x86_64
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/setup-node@v2-beta
1414
with:

0 commit comments

Comments
 (0)