Skip to content

Commit

Permalink
Merge pull request #1407 from VinzenzBildstein/main
Browse files Browse the repository at this point in the history
Including all data libraries for documentation
  • Loading branch information
VinzenzBildstein authored May 14, 2024
2 parents 680c197 + 901496c commit c3b0605
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,52 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: List result
run: |
ls -lh
pwd
shell: bash

# Check out the data libraries
- name: Checkout GRSIData
uses: actions/checkout@v4
with:
repository: GRIFFINCollaboration/GRSIData
path: GRSIData

- name: List result
run: |
ls -lh
pwd
shell: bash

- name: Checkout ILLData
uses: actions/checkout@v4
with:
repository: UoG-Nuclear-Physics-Group/ILLData
path: IllData

- name: Checkout iThembaData
uses: actions/checkout@v4
with:
repository: UoG-Nuclear-Physics-Group/iThembaData
path: iThembaData

- name: Checkout HILData
uses: actions/checkout@v4
with:
repository: UoG-Nuclear-Physics-Group/HILData
path: HILData

- name: List result
run: |
ls -lh
pwd
shell: bash

- name: Create footer
run: |
doxygen/makehtmlfooter.sh > doxygen/footer.html
ls -lh doxygen
if [ -e doxygen/footer.html ] ; then cat doxygen/footer.html ; fi
shell: bash

- name: Doxygen Action
Expand Down

0 comments on commit c3b0605

Please sign in to comment.