Skip to content

Commit

Permalink
include changelog in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 2, 2022
1 parent 9dea16a commit 1d09d6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-docs.yml
Expand Up @@ -12,6 +12,9 @@ jobs:
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- name: Copy Changelog
run: |
cp CHANGELOG.md docs
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
Expand Down

0 comments on commit 1d09d6a

Please sign in to comment.