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