Skip to content

Commit caf0214

Browse files
committed
Add HTML generation in workflow
1 parent a238bd6 commit caf0214

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,16 @@ jobs:
4848
path: guide/PDFs/*.pdf
4949
if-no-files-found: error
5050
retention-days: 0
51+
52+
- name: Generate HTML
53+
run: |
54+
cd guide
55+
make html
56+
57+
- name: Upload HTML
58+
uses: actions/upload-artifact@v3.1.0
59+
with:
60+
name: gnucobol-docs-html
61+
path: guide/HTML
62+
if-no-files-found: error
63+
retention-days: 0

0 commit comments

Comments
 (0)