Skip to content

Commit

Permalink
fix: dum dum
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Nov 2, 2024
1 parent 745a37d commit 31b30a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths:
- "backend/**"
- ".github/workflows/docs.yaml"
workflow_dispatch:

jobs:
gen_docs:
Expand All @@ -24,8 +23,10 @@ jobs:
git fetch origin
git reset --hard 'origin/${{ github.ref_name }}'
- name: Generate Rust Docs
- name: Set up rust
uses: moonrepo/setup-rust@v1

- name: Generate Rust Docs
run: |
pushd backend/
cargo doc --no-deps
Expand Down

0 comments on commit 31b30a5

Please sign in to comment.