]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - .github/workflows/docs.yml
Update docs workflow to install all requirements
[github/bastienwirtz/homer.git] / .github / workflows / docs.yml
CommitLineData
084009be
ES
1name: docs
2on:
3 push:
4 branches:
5 - main
6jobs:
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
a01da0b8 14 - run: pip install -r requirements.txt
084009be 15 - run: mkdocs gh-deploy --force