Skip to content

Amendment to remove mention of derivative catalogs #242

Amendment to remove mention of derivative catalogs

Amendment to remove mention of derivative catalogs #242

Workflow file for this run

name: CI
"on": [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # full history for metadata
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Python install
run: |
python -m pip install --upgrade pip
python -m pip install "lander<2.0.0"
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: sqrereadonly
password: ${{ secrets.DOCKERHUB_SQREREADONLY_TOKEN }}
- name: Set up google
env:
CLIENT: ${{ secrets.CLIENT }}
TOKEN_PASSPHRASE: ${{ secrets.TOKEN_PASSPHRASE }}
run: |
echo $CLIENT >> tables/client_secret.json
./decrypt_secret.sh
- name: TeX build
run: |
docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texmf:latest sh -c 'make tables DMTN-199.pdf'
- name: Landing page upload
if: ${{ github.event_name == 'push' }}
env:
LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }}
LTD_USERNAME: ${{ secrets.LTD_USERNAME }}
run: |
lander --upload --pdf DMTN-199.pdf --lsstdoc DMTN-199.tex --ltd-product dmtn-199