Skip to content

Commit

Permalink
Auto-generate changelog at https://docs.lamin.ai/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 7, 2024
1 parent 384b6d7 commit c4473b0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/doc-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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://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/laminr.md

0 comments on commit c4473b0

Please sign in to comment.