Skip to content

Chore(deps-dev): Bump webpack-dev-server from 4.15.2 to 5.2.5 #526

Chore(deps-dev): Bump webpack-dev-server from 4.15.2 to 5.2.5

Chore(deps-dev): Bump webpack-dev-server from 4.15.2 to 5.2.5 #526

Workflow file for this run

name: docs
on:
pull_request: ~
push:
branches:
- main
# Allow job to be triggered manually.
workflow_dispatch:
# Cancel in-progress jobs when pushing to the same branch.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
documentation:
name: Build docs
runs-on: ubuntu-latest
steps:
- name: Acquire sources
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'pip'
cache-dependency-path: |
docs/requirements.txt
- name: Build docs
run: |
cd docs && make check