Skip to content

Merge pull request #714 from openownership/translation_update #19

Merge pull request #714 from openownership/translation_update

Merge pull request #714 from openownership/translation_update #19

Workflow file for this run

name: Docs build
on: [push, pull_request]
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.9
architecture: x64
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
- run: pip install -r requirements.txt
- run: cd ./docs/ && make dirhtml
- run: cd ./docs/ && make linkcheck