summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
inline | side by side (from parent 1:
6610ee2)
Add go doc proxy marking workflow:
https://github.com/marketplace/actions/go-proxy-warming
--- /dev/null
+on:
+ release:
+ types:
+ - created
+ tags:
+ - 'v[0-9]+.[0-9]+.[0-9]+'
+ - '**/v[0-9]+.[0-9]+.[0-9]+'
+
+jobs:
+ build:
+ name: Renew documentation
+ runs-on: ubuntu-latest
+ steps:
+ - name: Pull new module version
+ uses: andrewslotin/go-proxy-pull-action@master