Skip to content

Update github actions via dependabot #184

Update github actions via dependabot

Update github actions via dependabot #184

Workflow file for this run

name: github pages
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install -q --upgrade pip
python -m pip install .[docs]
- name: Create doc
run: |
python -m mkdocs gh-deploy --force