Commit 6267836f authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix(ci): Update doc generation

parent 5e8b5794
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ publish:
    - ls site
    - rm -rf ./site/html
    - mv target/doc/ ./site/html
    - echo '<meta http-equiv="refresh" content="0; url=pipe/index.html">' > ./site/html/index.html
    - echo '<meta http-equiv="refresh" content="0; url=pipe_lib/index.html">' > ./site/html/index.html
    - cd site
    - git add html
    - git commit -m "Publish changes"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ test-cross: clean

doc:
	@cargo clean --doc
	@cargo doc --no-deps --all-features --document-private-items
	@cargo doc --no-deps --all-features

build: clean
	@mkdir -p ./bin