Skip to content

20240916-> Update 2024-06-30-stem-support.md #1194

20240916-> Update 2024-06-30-stem-support.md

20240916-> Update 2024-06-30-stem-support.md #1194

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