Skip to content

2.5 beta release blogpost (#354) #1147

2.5 beta release blogpost (#354)

2.5 beta release blogpost (#354) #1147

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