Skip to content

Merge pull request #1324 from ko-build/dependabot/go_modules/github.c… #335

Merge pull request #1324 from ko-build/dependabot/go_modules/github.c…

Merge pull request #1324 from ko-build/dependabot/go_modules/github.c… #335

Workflow file for this run

name: publish
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-redirects
- run: mkdocs gh-deploy --force