We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71572f commit de98466Copy full SHA for de98466
.github/workflows/release.yml
@@ -43,6 +43,11 @@ jobs:
43
git fetch --depth=1 origin tag "$basetag"
44
git diff -p "$basetag" "$myref" > "$mytag.patch"
45
46
+ - name: PDF
47
+ run: |
48
+ set -ex
49
+ make SPHINXDIRS="memorizer" pdfdocs htmldocs
50
+
51
- name: Release
52
uses: softprops/action-gh-release@v1
53
if: startsWith(github.ref, 'refs/tags/')
@@ -54,6 +59,7 @@ jobs:
54
59
arch/x86_64/boot/bzImage
55
60
./*.patch
56
61
./*.deb
62
+ Documentation/output/memorizer/pdf/*.pdf
57
63
58
64
- name: Announce
65
0 commit comments