build(deps): Bump google.golang.org/api from 0.204.0 to 0.205.0 #476
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#name: Publish docs | |
#on: | |
# workflow_dispatch: | |
# push: | |
# branches: | |
# - main | |
# paths: | |
# - 'docs/**' | |
# - mkdocs.yml | |
# | |
#jobs: | |
# build: | |
# name: Deploy docs | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout main | |
# uses: actions/checkout@v3 | |
# with: | |
# fetch-depth: 0 | |
# | |
# - uses: actions/setup-python@v4.5.0 | |
# with: | |
# python-version: '3.x' | |
# | |
# - name: Install mkdocs | |
# run: pip install --upgrade pip && pip install mike mkdocs mkdocs-minify-plugin mkdocs-markdownextradata-plugin mkdocs-macros-plugin pymdown-extensions mkdocs-material | |
# | |
# - run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com' | |
# | |
# - name: Publish docs | |
# run: mkdocs gh-deploy |