Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.20.0 (#307) #43

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.20.0 (#307)

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.20.0 (#307) #43

Workflow file for this run

name: mkdocs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install mkdocs
run: pip install mkdocs-material
- name: Publish mkdocs
run: mkdocs gh-deploy --force