Skip to content

Commit

Permalink
dox.yml: generate headless README before doxygen action (site update)
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 3, 2024
1 parent fb86970 commit 8956c22
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,18 @@ jobs:
repository: Smithsonian/xchange
path: xchange

- name: Generate headless README
run: make -C redisx README-orig.md

- name: Generate headless README for xchange
run: make -C xchange README-orig.md
- name: Generate xchange apidocs
uses: mattnotmitt/[email protected]
with:
additional-packages: font-roboto
working-directory: ./xchange

- name: Generate headless README for RedisX
run: make -C redisx README-orig.md

- name: Generate RedisX apidocs
uses: mattnotmitt/[email protected]
with:
Expand Down

0 comments on commit 8956c22

Please sign in to comment.