aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStone Tickle <lattis@mochiro.moe>2022-01-05 11:21:22 -0600
committerStone Tickle <lattis@mochiro.moe>2022-01-06 20:14:34 -0600
commit71ea9e3d4c2036f8338d575b00134c73e4914bad (patch)
tree23e7695beeb039bcf3032b801e23cf273f349474 /.github
parentac468a139485022e11572fcde38daee1958d8be2 (diff)
downloadmeson-71ea9e3d4c2036f8338d575b00134c73e4914bad.zip
meson-71ea9e3d4c2036f8338d575b00134c73e4914bad.tar.gz
meson-71ea9e3d4c2036f8338d575b00134c73e4914bad.tar.bz2
add man page generation to build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/website.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index a71ee33..e3d3821 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -61,4 +61,11 @@ jobs:
file: docs/_build/reference_manual.json
tag: ${{ github.ref }}
if: ${{ github.event_name == 'release' }}
+ - name: Release the current man docs
+ uses: svenstaro/upload-release-action@v2
+ with:
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ file: docs/_build/meson-reference.3
+ tag: ${{ github.ref }}
+ if: ${{ github.event_name == 'release' }}