]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - .github/workflows/docs.yml
Add docs Github action workflow
[github/bastienwirtz/homer.git] / .github / workflows / docs.yml
1 name: docs
2 on:
3 push:
4 branches:
5 - main
6 jobs:
7 deploy:
8 runs-on: ubuntu-latest
9 steps:
10 - uses: actions/checkout@v2
11 - uses: actions/setup-python@v2
12 with:
13 python-version: 3.x
14 - run: pip install mkdocs-material
15 - run: mkdocs gh-deploy --force