Skip to content

Change 'can' to 'should' in publishing instructions #383

Change 'can' to 'should' in publishing instructions

Change 'can' to 'should' in publishing instructions #383

Workflow file for this run

name: Build MkDocs
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Install version of Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install requirements
run: pip install -r requirements.txt
- name: Build docs
run: mkdocs build