Skip to content

Commit 163a27e

Browse files
committed
ci: publish library docs on release
1 parent 806c9bd commit 163a27e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This is copied from upstream and modified slightly
2+
# https://github.com/andrewslotin/go-proxy-pull-action/blob/master/README.md
3+
4+
on:
5+
release:
6+
types:
7+
- created
8+
tags:
9+
- 'v[0-9]+.[0-9]+.[0-9]+'
10+
11+
jobs:
12+
build:
13+
name: Update documentation
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Pull new module version
17+
uses: andrewslotin/[email protected]

0 commit comments

Comments
 (0)