chore(all): Move docs from website into API doc

This commit is contained in:
Alexis Mousset
2020-05-02 23:22:05 +02:00
parent 70c33882cc
commit 8425f1d7c4
26 changed files with 470 additions and 781 deletions

View File

@@ -1,21 +0,0 @@
name: Website
on:
push:
branches:
- v0.9.x
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: cargo install mdbook --no-default-features --features output,search
- run: cd website && mdbook build
- run: echo "lettre.at" > website/book/html/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.1
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./website/book/html