Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Jan 24, 2025
1 parent 1661ad7 commit 2e0d843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
version: "3.x"

- run: task docs-setup
- run: rm -rf docs/{index.md,changelog.md}
- run: |
rm -rf docs/{index.md,changelog.md}
cp README.md docs/index.md
cp CHANGELOG.md docs/changelog.md
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 2e0d843

Please sign in to comment.