-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Walk back on file-specific copied README sections, add version macros…
…, site update
- Loading branch information
Showing
5 changed files
with
43 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,33 +54,21 @@ jobs: | |
with: | ||
repository: Smithsonian/xchange | ||
path: xchange | ||
|
||
- name: Check out RedisX dependency | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Smithsonian/redisx | ||
path: redisx | ||
|
||
- name: Generate docs | ||
run: make -C xchange local-dox | ||
|
||
- name: Generate headless README for xchange | ||
run: make -C xchange README-orig.md | ||
|
||
- name: Generate headless README for RedisX | ||
run: make -C redisx README-orig.md | ||
|
||
- name: Generate xchange apidocs | ||
uses: mattnotmitt/[email protected] | ||
with: | ||
additional-packages: font-roboto | ||
working-directory: ./xchange | ||
|
||
- name: Generate RedisX apidocs | ||
uses: mattnotmitt/[email protected] | ||
with: | ||
additional-packages: font-roboto | ||
working-directory: ./redisx | ||
- name: Generate docs | ||
run: make -C redisx local-dox | ||
|
||
- name: Generate headless README for smax-clib | ||
run: make -C redisx README-orig.md | ||
run: make -C smax-clib README-orig.md | ||
|
||
- name: Generate smax-clib apidocs | ||
uses: mattnotmitt/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters