Added 152 LFS files to index #895
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Qserv operator CI workflow | |
--- | |
name: "Documentation" | |
on: | |
push: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
doc: | |
name: Generate and upload documentation | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Generate and upload documentation | |
run: | | |
curl -fsSL https://raw.githubusercontent.com/lsst-dm/doc-container/main/run.sh | bash -s -- -p "${{ secrets.LTD_PASSWORD }}" -u "${{ secrets.LTD_USERNAME }}" "$PWD" |