Skip to content

chore(deps): update module github.com/docker/cli to v26.0.2+incompatible #1

chore(deps): update module github.com/docker/cli to v26.0.2+incompatible

chore(deps): update module github.com/docker/cli to v26.0.2+incompatible #1

Workflow file for this run

---
name: Publish docs
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches: ['docs*']
tags: ['v*']
permissions:
contents: read
jobs:
publish-docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: "go.mod"
- name: Generate cmd docs
run: make docs
- name: Run mkdocs
uses: mhausenblas/mkdocs-deploy-gh-pages@e55ecab6718b449a90ebd4313f1320f9327f1386 # master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: requirements.txt