]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - .github/workflows/docs.yml
Tweaked docs workflow according to official docs
[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:
10fa40d1
ES
10 - uses: actions/checkout@v3
11 - uses: actions/setup-python@v3
084009be 12 with:
10fa40d1
ES
13 python-version: '3.x'
14 cache: 'pip'
a01da0b8 15 - run: pip install -r requirements.txt
084009be 16 - run: mkdocs gh-deploy --force