Skip to content

port 5000 fix Mac OSX for Sonoma text and image #101

port 5000 fix Mac OSX for Sonoma text and image

port 5000 fix Mac OSX for Sonoma text and image #101

Workflow file for this run

name: Test documentation ⚙️
on:
pull_request:
paths:
- 'workshop/content/**'
defaults:
run:
working-directory: workshop/content
jobs:
build:
name: Test documentation build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install requirements 📦
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy 📦
run: mkdocs build --strict