Update website action
This commit is contained in:
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[](https://travis-ci.org/lettre/lettre)
|
||||
[](https://ci.appveyor.com/project/amousset/lettre/branch/master)
|
||||
[](https://codecov.io/gh/lettre/lettre)
|
||||
[](https://coveralls.io/github/lettre/lettre?branch=master)
|
||||
|
||||
[](https://crates.io/crates/lettre)
|
||||
[](https://docs.rs/lettre/)
|
||||
|
||||
Reference in New Issue
Block a user