diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5272e5b..64ee24c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -3,7 +3,7 @@ name: Website on: push: branches: - - v0.9.x + - master jobs: build-deploy: @@ -16,6 +16,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v2.5.0 env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} + ACTIONS_DEPLOY_KEY: ${{ secrets.GH_PAT }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./website/_book diff --git a/README.md b/README.md index be70f67..2a5bfaf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://travis-ci.org/lettre/lettre.svg?branch=master)](https://travis-ci.org/lettre/lettre) [![Build status](https://ci.appveyor.com/api/projects/status/mpwglemugjtkps2d/branch/master?svg=true)](https://ci.appveyor.com/project/amousset/lettre/branch/master) -[![codecov](https://codecov.io/gh/lettre/lettre/branch/master/graph/badge.svg)](https://codecov.io/gh/lettre/lettre) +[![Coverage Status](https://coveralls.io/repos/github/lettre/lettre/badge.svg?branch=master)](https://coveralls.io/github/lettre/lettre?branch=master) [![Crate](https://img.shields.io/crates/v/lettre.svg)](https://crates.io/crates/lettre) [![Docs](https://docs.rs/lettre/badge.svg)](https://docs.rs/lettre/)