Skip to content

Commit

Permalink
Merge pull request #29 from lsst-dm/u/womullan/sept
Browse files Browse the repository at this point in the history
sept
  • Loading branch information
womullan committed Nov 11, 2020
2 parents 16f3531 + 1479f49 commit e96a3c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ldm503.yaml
Expand Up @@ -22,24 +22,20 @@ jobs:
with:
python-version: 3.7

- name: Install TeXLive
run: |
sudo apt-get update
sudo apt-get -y install texlive texlive-pictures texlive-latex-extra texlive-fonts-extra latexmk
- name: Check out LDM-503 source
run: GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/lsst/ldm-503.git

- name: Replace LDM-503 milestones submodule
run: |
rm -rf milestones
ln -s .. ./milestones
make generated
working-directory: ./ldm-503

- name: Build LDM-503
- name: Build LDM-503 docker
run: |
docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texmf:latest sh -c 'make'
run: make
working-directory: ./ldm-503
- name: Upload resulting document as artifact
uses: actions/upload-artifact@v2
Expand Down
3 changes: 3 additions & 0 deletions data/pmcs/202009-ME.xls
Git LFS file not shown

0 comments on commit e96a3c0

Please sign in to comment.