Skip to content

Bump moto from 5.0.21 to 5.0.22 (#971) #133

Bump moto from 5.0.21 to 5.0.22 (#971)

Bump moto from 5.0.21 to 5.0.22 (#971) #133

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