Skip to content

⬆ Bump google-api-python-client from 2.108.0 to 2.111.0 (#95) #41

⬆ Bump google-api-python-client from 2.108.0 to 2.111.0 (#95)

⬆ Bump google-api-python-client from 2.108.0 to 2.111.0 (#95) #41

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