Skip to content

Commit

Permalink
Add HTML generation in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Jan 13, 2024
1 parent ab897f8 commit 71f14fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ jobs:
path: guide/PDFs/*.pdf
if-no-files-found: error
retention-days: 0

- name: Generate HTML
run: |
cd guide
make html
- name: Upload HTML
uses: actions/[email protected]
with:
name: gnucobol-docs-html
path: guide/HTML
if-no-files-found: error
retention-days: 0

0 comments on commit 71f14fa

Please sign in to comment.