Skip to content

Commit de98466

Browse files
add pdf documentation to release
1 parent b71572f commit de98466

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
git fetch --depth=1 origin tag "$basetag"
4444
git diff -p "$basetag" "$myref" > "$mytag.patch"
4545
46+
- name: PDF
47+
run: |
48+
set -ex
49+
make SPHINXDIRS="memorizer" pdfdocs htmldocs
50+
4651
- name: Release
4752
uses: softprops/action-gh-release@v1
4853
if: startsWith(github.ref, 'refs/tags/')
@@ -54,6 +59,7 @@ jobs:
5459
arch/x86_64/boot/bzImage
5560
./*.patch
5661
./*.deb
62+
Documentation/output/memorizer/pdf/*.pdf
5763
5864
- name: Announce
5965
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)