Skip to content

build(deps-dev): bump mini-css-extract-plugin from 2.9.1 to 2.9.2 in … #618

build(deps-dev): bump mini-css-extract-plugin from 2.9.1 to 2.9.2 in …

build(deps-dev): bump mini-css-extract-plugin from 2.9.1 to 2.9.2 in … #618

name: Build all files to test building python
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-versions: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Create venv
run: |
python -m venv .
./bin/python -m pip install --upgrade pip wheel
- name: Install dependencies
run: |
./bin/pip install -r requirements.txt
- name: Build
run: |
./bin/lektor build -f webpack