Skip to content

Commit

Permalink
Merge pull request gnu-octave#1165 from alexvong1995/fixes-1157
Browse files Browse the repository at this point in the history
CI: Build HTML documentation.
  • Loading branch information
cbm755 authored Jul 3, 2022
2 parents 15f3a07 + 9aef038 commit 75a599e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ jobs:
- name: Load package, run tests
run: |
octave --eval "pkg test symbolic"
- name: Build HTML documentation
run: |
octave --eval "pkg install -forge generate_html"
make html
octave --eval "pkg uninstall generate_html; pkg list"
- name: uninstall package
run: |
octave --eval "pkg uninstall symbolic; pkg list"

0 comments on commit 75a599e

Please sign in to comment.