1
0
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:
Carlos A Becker 2021-11-02 21:21:46 -03:00
parent 8e89e3fde3
commit f68ddf2261
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

25
.github/workflows/generate.yml vendored Normal file
View 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