From f1c574f33d99822924e44b3b941ea0fc79152747 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 14 Dec 2020 21:56:10 +0100 Subject: Use GHA instead of Travis CI --- .github/workflows/docs.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/docs.yml (limited to '.github/workflows/docs.yml') diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index dc2233b..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,24 +0,0 @@ -on: - push: - pull_request: - schedule: - - cron: 0 0 * * 0 - -name: Build docs - -env: - RUSTFLAGS: '-D warnings' - -jobs: - docs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - uses: actions-rs/cargo@v1 - with: - command: doc -- cgit v1.2.3-54-g00ecf