Skip to content

feat: Add versioning for mkdocs documentation with mike #22

feat: Add versioning for mkdocs documentation with mike

feat: Add versioning for mkdocs documentation with mike #22

Workflow file for this run

name: verify
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Run mage.go
run: go run mage.go