Skip to content

build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 (#1585) #489

build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 (#1585)

build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 (#1585) #489

Workflow file for this run

name: publish
on:
workflow_dispatch:
push:
branches:
- 'main'
permissions: {}
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-redirects
- run: mkdocs gh-deploy --force