Skip to content

Documentation update for upcoming release 0.15 #29

Documentation update for upcoming release 0.15

Documentation update for upcoming release 0.15 #29

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
name: Build documentation
on:
push:
branches:
- '**'
- '!main'
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run REUSE lint
run: reuse lint
- name: Build
run: mkdocs build --strict