Skip to content

Commit

Permalink
Clean before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 4, 2024
1 parent 2b1b332 commit d3bb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
- name: Create new commit
run: |
git clean -f -d
git commit --message "${{ env.PR_COMMIT_MSG }}"
- name: Push new commit history to PR
run: |
git clean -f -d
git push --force

0 comments on commit d3bb576

Please sign in to comment.