Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading