Skip to content

Detect secrets, minor linting, and CODEOWNERS #7

Detect secrets, minor linting, and CODEOWNERS

Detect secrets, minor linting, and CODEOWNERS #7

Workflow file for this run

name: Build with MkDocs-Material
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: '0'
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run a command
run: |
mkdocs build