diff --git a/.appveyor.yml b/etc/appveyor.yml similarity index 100% rename from .appveyor.yml rename to etc/appveyor.yml diff --git a/.gitlab-ci.yml b/etc/gitlab-ci.yml similarity index 99% rename from .gitlab-ci.yml rename to etc/gitlab-ci.yml index 731e233..569cfb1 100644 --- a/.gitlab-ci.yml +++ b/etc/gitlab-ci.yml @@ -120,7 +120,7 @@ pages: - rustup toolchain install --profile minimal nightly-$TARGET - rm -rf public - mkdir public - - cp doc/index.html public + - cp etc/index.html public - cargo +nightly-$TARGET doc --no-deps --features "num-traits serde std" - mv target/doc public/dev artifacts: diff --git a/doc/index.html b/etc/index.html similarity index 100% rename from doc/index.html rename to etc/index.html