Skip to content

Commit

Permalink
Add LiberTEM-holo
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed May 9, 2023
1 parent ae66528 commit 4b77682
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
repository: LiberTEM/LiberTEM-blobfinder
path: LiberTEM-blobfinder
- uses: actions/checkout@v3
with:
repository: LiberTEM/LiberTEM-holo
path: LiberTEM-holo
- uses: actions/checkout@v3
with:
repository: LiberTEM/LiberTEM
Expand All @@ -31,7 +35,7 @@ jobs:
mkdir -p src
cp README.md src/
- run: python -m pip install click
- run: python build.py --project LiberTEM --project LiberTEM-live --project LiberTEM-blobfinder --out src/acknowledgements.md
- run: python build.py --project LiberTEM --project LiberTEM-live --project LiberTEM-blobfinder --project LiberTEM-holo --out src/acknowledgements.md
- run: cat src/acknowledgements.md

- uses: actions/jekyll-build-pages@v1
Expand Down

0 comments on commit 4b77682

Please sign in to comment.