Skip to content

update-email: Updated email to new support id #84

update-email: Updated email to new support id

update-email: Updated email to new support id #84

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Install dependencies
run: |
pip install -U docutils==0.17
pip install -U sphinx==1.8.1
pip install -U sphinx-autobuild==0.7.1
- name: Build static html documentation
run: |
cd .github/workflows/validate_rst_docs_files/
make html