Skip to content

Commit 459dea9

Browse files
committed
Simplify steps
1 parent 89a1dff commit 459dea9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- run: cargo doc
2222
env:
23-
RUSTDOCFLAGS: "--document-private-items --default-theme=ayu -Dwarnings"
24-
- run: rm target/doc/.lock
23+
RUSTDOCFLAGS: "--document-private-items --default-theme=ayu --deny warnings"
2524
- run: cp docs/* target/doc
2625
- uses: actions/upload-pages-artifact@v1
2726
with:

0 commit comments

Comments
 (0)