]> git.r.bdr.sh - rbdr/mobius/commitdiff
Create go-proxy-warming
authorJeff Halter <redacted>
Sun, 14 Jul 2024 18:14:59 +0000 (11:14 -0700)
committerGitHub <redacted>
Sun, 14 Jul 2024 18:14:59 +0000 (11:14 -0700)
Add go doc proxy marking workflow:

https://github.com/marketplace/actions/go-proxy-warming

.github/workflows/go-proxy-warming [new file with mode: 0644]

diff --git a/.github/workflows/go-proxy-warming b/.github/workflows/go-proxy-warming
new file mode 100644 (file)
index 0000000..fcdeaa1
--- /dev/null
@@ -0,0 +1,15 @@
+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