Merge pull request #36 from ecosoft-odoo/15.0-xx #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Document Template | |
on: | |
push: | |
branches: | |
- 15.0 | |
jobs: | |
deploy: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- run: | | |
git config user.name GitHub Actions | |
git config user.email github-actions[bot]@users.noreply.github.com | |
git pull | |
- run: pip install mike mkdocs-material | |
- run: mike deploy 15.0 --push |