Skip to content

add datasources page in the concept (#78) #5

add datasources page in the concept (#78)

add datasources page in the concept (#78) #5

Workflow file for this run

name: website
on:
push:
branches:
- main
pull_request:
jobs:
mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install -r requirements.txt
- name: Build website
run: mkdocs build --strict