Skip to content

fix(deps): update module github.com/onsi/gomega to v1.34.1 (#371) #263

fix(deps): update module github.com/onsi/gomega to v1.34.1 (#371)

fix(deps): update module github.com/onsi/gomega to v1.34.1 (#371) #263

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