Skip to content

Commit

Permalink
Merge pull request #26 from lsst-dm/tickets/DM-37875
Browse files Browse the repository at this point in the history
DM-37875: Add ltd-upload action
  • Loading branch information
jonathansick committed Nov 3, 2023
2 parents 4f4f978 + 6ed348a commit 83a83a8
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 83a83a8

Please sign in to comment.