Skip to content

fix(deps): update module cloud.google.com/go/secretmanager to v1.14.0… #2

fix(deps): update module cloud.google.com/go/secretmanager to v1.14.0…

fix(deps): update module cloud.google.com/go/secretmanager to v1.14.0… #2

Workflow file for this run

name: github-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force