-
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
70 additions
and
220 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 |
---|---|---|
|
@@ -42,51 +42,45 @@ jobs: | |
|
||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: install doxygen | ||
run: sudo apt-get install doxygen | ||
|
||
- name: Checkout smax-clib | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Smithsonian/smax-clib | ||
path: smax-clib | ||
|
||
- name: Check out xchange dependency | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Smithsonian/xchange | ||
path: xchange | ||
|
||
- name: Check out RedisX dependency | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Smithsonian/redisx | ||
path: redisx | ||
|
||
- 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: Check out xchange dependency | ||
# uses: actions/checkout@v4 | ||
# 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 docs | ||
# run: make -C redisx local-dox | ||
|
||
- name: Generate headless README for smax-clib | ||
run: make -C redisx README-orig.md | ||
- name: Generate docs | ||
run: make -C smax-clib local-dox | ||
|
||
- name: Generate smax-clib apidocs | ||
uses: mattnotmitt/[email protected] | ||
with: | ||
additional-packages: font-roboto | ||
working-directory: ./smax-clib | ||
# - name: Generate headless README for smax-clib | ||
# run: make -C smax-clib README-orig.md | ||
# | ||
# - name: Generate smax-clib apidocs | ||
# uses: mattnotmitt/[email protected] | ||
# with: | ||
# additional-packages: font-roboto | ||
# working-directory: ./smax-clib | ||
|
||
- name: Checkout gh-pages | ||
uses: actions/checkout@v4 | ||
|
@@ -99,15 +93,15 @@ jobs: | |
|
||
- name: Copy README | ||
run: | | ||
echo '<img src="/redisx/resources/CfA-logo.png" alt="CfA logo" width="400" height="67" align="right">' > site/doc/README.md | ||
echo '<img src="/smax-clib/resources/CfA-logo.png" alt="CfA logo" width="400" height="67" align="right">' > site/doc/README.md | ||
echo '<br clear="all">' >> site/doc/README.md | ||
cat redisx/README-orig.md >> site/doc/README.md | ||
cat smax-clib/README-orig.md >> site/doc/README.md | ||
- name: Copy CHANGELOG | ||
run: cp redisx/CHANGELOG.md site/doc/ | ||
run: cp smax/CHANGELOG.md site/doc/ | ||
|
||
- name: Copy API documentation | ||
run: cp -a redisx/apidoc site/ | ||
run: cp -a smax/apidoc site/ | ||
|
||
- name: Push to pages | ||
run: | | ||
|
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