Skip to content

Commit fb10cb9

Browse files
committed
Move docs to custom runner
1 parent 353cc0d commit fb10cb9

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/docs-publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: spacetimedb-new-runner
14+
container:
15+
image: localhost:5000/spacetimedb-ci:latest
16+
options: >-
17+
--privileged
1418
steps:
1519
- name: Checkout repository
1620
uses: actions/checkout@v3

.github/workflows/docs-test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: spacetimedb-new-runner
11+
container:
12+
image: localhost:5000/spacetimedb-ci:latest
13+
options: >-
14+
--privileged
1115
steps:
1216
- name: Checkout repository
1317
uses: actions/checkout@v3

0 commit comments

Comments
 (0)