➕ Add lamindb_setup
as a dependency to make lamin-cli
standalone installable
#32
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
name: doc-changes | |
on: | |
pull_request_target: | |
branches: | |
- main | |
types: | |
- closed | |
jobs: | |
latest-changes: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: "3.11" | |
- run: pip install "laminci[doc-changes]@git+https://x-access-token:${{ secrets.LAMIN_BUILD_DOCS }}@github.com/laminlabs/laminci" | |
- run: laminci doc-changes | |
env: | |
repo_token: ${{ secrets.GITHUB_TOKEN }} | |
docs_token: ${{ secrets.LAMIN_BUILD_DOCS }} | |
changelog_file: lamin-docs/docs/changelog/soon/lamindb.md |