Skip to content

chore(deps): update dependency go to v1.23.3 (#408) #296

chore(deps): update dependency go to v1.23.3 (#408)

chore(deps): update dependency go to v1.23.3 (#408) #296

Workflow file for this run

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