We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353cc0d commit fb10cb9Copy full SHA for fb10cb9
2 files changed
.github/workflows/docs-publish.yaml
@@ -10,7 +10,11 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ runs-on: spacetimedb-new-runner
14
+ container:
15
+ image: localhost:5000/spacetimedb-ci:latest
16
+ options: >-
17
+ --privileged
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v3
.github/workflows/docs-test.yaml
@@ -7,7 +7,11 @@ on:
7
8
9
0 commit comments