Reorganising of Mironov's for merge pull request into templates #26
Workflow file for this run
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: check_docs | |
on: | |
pull_request: | |
branches: [ master, develop, CI ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Build doc | |
run: | | |
sudo apt-get --allow-releaseinfo-change update -y | |
sudo apt-get install -y git make sphinx | |
make -C doc/Sphinx html |