Skip to content

Commit

Permalink
Add step for copying CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer authored Jul 25, 2024
1 parent d19dd0e commit 8d44551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
paths:
- 'docs/**'
- 'CHANGELOG.md'

jobs:
build_and_push:
Expand All @@ -18,6 +19,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Move file to target directory
run: cp -f CHANGELOG.md docs/changelog/changelog.md

- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8d44551

Please sign in to comment.