Skip to content

build(deps-dev): bump webpack from 5.95.0 to 5.96.1 in /webpack #608

build(deps-dev): bump webpack from 5.95.0 to 5.96.1 in /webpack

build(deps-dev): bump webpack from 5.95.0 to 5.96.1 in /webpack #608

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