mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(ci): auto-update docs
This commit is contained in:
parent
8e89e3fde3
commit
f68ddf2261
25
.github/workflows/generate.yml
vendored
Normal file
25
.github/workflows/generate.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: generate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- '.github/workflows/generate.yml'
|
||||
- CONTRIBUTING.md
|
||||
- USERS.md
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
- uses: arduino/setup-task@v1
|
||||
- run: task docs:generate
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "docs: update"
|
||||
branch: master
|
Loading…
x
Reference in New Issue
Block a user