We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784a5b6 commit 14e00afCopy full SHA for 14e00af
.github/workflows/docs.yml
@@ -14,10 +14,7 @@ jobs:
14
fetch-depth: 0
15
submodules: recursive
16
- name: Setup Rust toolchain
17
- uses: actions-rs/toolchain@v1
18
- with:
19
- toolchain: stable
20
- override: true
+ uses: dtolnay/rust-toolchain@stable
21
- uses: pnpm/action-setup@v4
22
with:
23
version: 9
@@ -33,7 +30,7 @@ jobs:
33
30
pnpm install --frozen-lockfile
34
31
- name: Generate schema for docs
35
32
run: |
36
- cargo run -- generate-schema /tmp/rabbit-digger-pro-schema.json
+ cargo run --release -- generate-schema /tmp/rabbit-digger-pro-schema.json
37
mkdir -p docs/static/schema
38
cp /tmp/rabbit-digger-pro-schema.json docs/static/schema/rabbit-digger-pro-schema.json
39
- name: Build website
0 commit comments