Skip to content

Commit

Permalink
ci: Add action to update Go doc (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Sep 13, 2020
1 parent e9b2688 commit 0894daa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/Update-Go-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update Go module doc

on:
push:
tags: v*

jobs:

update-doc:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master

0 comments on commit 0894daa

Please sign in to comment.