Skip to content

Commit 31b30a5

Browse files
fix: dum dum
1 parent 745a37d commit 31b30a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
paths:
88
- "backend/**"
99
- ".github/workflows/docs.yaml"
10-
workflow_dispatch:
1110

1211
jobs:
1312
gen_docs:
@@ -24,8 +23,10 @@ jobs:
2423
git fetch origin
2524
git reset --hard 'origin/${{ github.ref_name }}'
2625
27-
- name: Generate Rust Docs
26+
- name: Set up rust
2827
uses: moonrepo/setup-rust@v1
28+
29+
- name: Generate Rust Docs
2930
run: |
3031
pushd backend/
3132
cargo doc --no-deps

0 commit comments

Comments
 (0)