Skip to content

Bump selenium from 4.16.0 to 4.17.2 (#808) #2

Bump selenium from 4.16.0 to 4.17.2 (#808)

Bump selenium from 4.16.0 to 4.17.2 (#808) #2

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
- mkdocs-workflow
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install python packages
run: |
pip install -r requirements_docs.txt
- name: Run mkdocs
run: mkdocs gh-deploy --force