Skip to content

Update 2024-07-31-Midsummer-Mixxx.md #1173

Update 2024-07-31-Midsummer-Mixxx.md

Update 2024-07-31-Midsummer-Mixxx.md #1173

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build-check:
name: Check build warnings
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Set up Python dependencies
run: pip install -r requirements.txt
- name: Check if website build is warning-free
run: pelican --extra-settings SITEURL='"https://example.com"' --fatal warnings