diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 5014cbdc3..8063d4e84 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -55,6 +55,9 @@ jobs: RUSTC_BOOTSTRAP: "1" run: cargo doc -Zrustdoc-map --workspace --lib --no-deps + - name: Remove the rustdoc lock file + run: rm -f target/doc/.lock + - name: Build storybook working-directory: ./frontend run: npx storybook build -o ../target/book/storybook