Skip to content

Commit

Permalink
docu build continued with me.ehf trial
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Jun 2, 2024
1 parent dfadf7d commit 65958a4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/docu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ jobs:
- name: Upload Artifact HTML pages
uses: actions/upload-artifact@v4
with:
name: htmlpages_${{ env.VERSION }}
name: me_htm_${{ env.VERSION }}
path: microemacs/doc/ehf

- name: Upload Artifact me.ehf manual
uses: actions/upload-artifact@v4
with:
name: me_ehf_${{ env.VERSION }}
path: microemacs/doc/ehf/htm/me.ehf

- name: Upload Artifact man pages
uses: actions/upload-artifact@v4
with:
name: manpages_${{ env.VERSION }}
path: microemacs/doc/me.1.gz microemacs/doc/ne.1.gz
name: me_man_${{ env.VERSION }}
path: microemacs/doc/me.1.gz

0 comments on commit 65958a4

Please sign in to comment.