Skip to content

Commit

Permalink
Added paths for data libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzenzBildstein committed May 14, 2024
1 parent 273509c commit 901496c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: GRIFFINCollaboration/GRSIData
path: GRSIData

- name: List result
run: |
Expand All @@ -43,16 +44,19 @@ jobs:
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: |
Expand Down

0 comments on commit 901496c

Please sign in to comment.