From a5a7ddc34ee82fe043eed8c3f89f5f83058f6a6f Mon Sep 17 00:00:00 2001 From: Sven Date: Thu, 23 Jul 2020 11:33:43 +0200 Subject: [PATCH] ci(docs): remove ci crate (#173) --- .github/workflows/docs.yml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 20131e64..4b6110b3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: RUSTDOCFLAGS: "--enable-index-page -Zunstable-options" with: command: doc - args: --workspace --no-deps + args: --no-deps - name: Deploy documentation uses: peaceiris/actions-gh-pages@v3 diff --git a/README.md b/README.md index 1d49db7c..15fa6025 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# env_logger +# env_logger + [![Build Status](https://travis-ci.org/sebasmagri/env_logger.svg?branch=master)](https://travis-ci.org/sebasmagri/env_logger) [![Maintenance](https://img.shields.io/badge/maintenance-actively%20maintained-brightgreen.svg)](https://github.com/env-logger-rs/env_logger) [![crates.io](https://img.shields.io/crates/v/env_logger.svg)](https://crates.io/crates/env_logger) [![Documentation](https://docs.rs/env_logger/badge.svg)](https://docs.rs/env_logger) -[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)](https://env-logger-rs.github.io/env_logger/index.html) +[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)](https://env-logger-rs.github.io/env_logger/env_logger/index.html) ========== Implements a logger that can be configured via environment variables.