Skip to content

Merge pull request #66 from SEED-platform/october-updates #135

Merge pull request #66 from SEED-platform/october-updates

Merge pull request #66 from SEED-platform/october-updates #135

Workflow file for this run

name: Publish via GitHub Pages
on:
push:
branches:
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