Skip to content

Commit

Permalink
Add ltd-upload action
Browse files Browse the repository at this point in the history
This action in the build_docs GitHub Action workflow uploads the package
documentation to daf-butler-migrate.lsst.io.
  • Loading branch information
jonathansick committed Nov 3, 2023
1 parent 6f53698 commit bb0044e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ jobs:
DAF_BUTLER_MIGRATE_MIGRATIONS: ./migrations
working-directory: ./doc
run: package-docs build -n -W

- name: Upload to LSST the Docs
uses: lsst-sqre/ltd-upload@v1
with:
project: 'daf-butler-migrate'
dir: 'doc/_build/html'
username: ${{ secrets.LTD_USERNAME }}
password: ${{ secrets.LTD_PASSWORD }}

0 comments on commit bb0044e

Please sign in to comment.