Skip to content

Commit

Permalink
Run make html explicitly as part of publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dafATonf committed Feb 15, 2024
1 parent 17a203f commit 352087f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/checkout@v4
- name: Validate reST source
run: make test
- name: Build html
run: make html
- name: Build docs
run: make multiversion
- name: List built files
Expand Down

0 comments on commit 352087f

Please sign in to comment.