Skip to content

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.20.2 (#385) #274

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.20.2 (#385)

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.20.2 (#385) #274

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