Skip to content

⬆ Bump google-auth from 2.22.0 to 2.23.4 (#78) #40

⬆ Bump google-auth from 2.22.0 to 2.23.4 (#78)

⬆ Bump google-auth from 2.22.0 to 2.23.4 (#78) #40

name: Build and upload documentation
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force