Skip to content

Commit

Permalink
publish both arches and brycecanyon flags
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 28, 2022
1 parent f3802a5 commit cb24c13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,14 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: arches_right_flags.json
- uses: actions/download-artifact@v3
with:
name: brycecanyon_right_flags.json
- run: |
apk add doxygen graphviz
doxygen Doxyfile
cp arches_right_flags.json docs/arches_flags.json
cp brycecanyon_right_flags.json docs/brycecanyon_flags.json
cp -r docs publishing_docs
mv html publishing_docs/doxygen
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cb24c13

Please sign in to comment.