Skip to content

feat: Optimized documentation and feature utils #192

feat: Optimized documentation and feature utils

feat: Optimized documentation and feature utils #192

Workflow file for this run

name: "Update docs"
on:
push:
tags-ignore:
- '*'
branches-ignore:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Update README
run: |
go run cmd/doc/mkdoc.go
- name: Add & Commit
uses: EndBug/[email protected]
with:
add: "README.md"
author_name: "DO! DevOps bot"
author_email: "[email protected]"
message: "docs: Automatic docs update"
push: true