ci: remove the rustdoc lockfile

This commit is contained in:
Quentin Gliech
2023-07-18 12:14:40 +02:00
parent f6f8bf4239
commit 34de74c3d3

View File

@@ -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