Skip to content

Commit

Permalink
👷 Restore changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 7, 2024
1 parent c7431b7 commit d411c8b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 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/usecases.md
2 changes: 0 additions & 2 deletions .github/workflows/latest-changes.jinja2

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/latest-changes.yml

This file was deleted.

0 comments on commit d411c8b

Please sign in to comment.