Publish new release 2024.8.1-rc4 #918
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" |