Skip to content

Commit

Permalink
Fix destination file dir
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer authored Jul 25, 2024
1 parent 8d44551 commit 07bdd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

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

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

0 comments on commit 07bdd50

Please sign in to comment.