Skip to content

Merge pull request #372 from Swiftb0y/fix/gh371-handle-CRLF-update-bl… #1247

Merge pull request #372 from Swiftb0y/fix/gh371-handle-CRLF-update-bl…

Merge pull request #372 from Swiftb0y/fix/gh371-handle-CRLF-update-bl… #1247

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/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
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