Skip to content

Merge pull request #74 from SEED-platform/eo-compliance #145

Merge pull request #74 from SEED-platform/eo-compliance

Merge pull request #74 from SEED-platform/eo-compliance #145

Workflow file for this run

name: Publish via GitHub Pages
on:
push:
branches:
- main
jobs:
build:
name: Build docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Build mkdocs
run: |
mkdocs build