Skip to content

Add contact and developer wiki notice for new contributors #5

Add contact and developer wiki notice for new contributors

Add contact and developer wiki notice for new contributors #5

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@v3
- uses: actions/setup-python@v4
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