Skip to content

Commit 79e90b0

Browse files
committed
Tools: Build Report: Remove WordPress files, rebase branch first
1 parent 9f0f9b5 commit 79e90b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ jobs:
3434
- name: Build the audit report
3535
run: npm run css-audit -- wordpress/src/wp-admin/css/*.css wordpress/src/wp-includes/css/*.css
3636

37+
- name: Remove WordPress files
38+
run: rm -rf wordpress
39+
3740
- name: Commit and push
3841
uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # 1.5
3942
with:
4043
github_token: ${{ secrets.GITHUB_TOKEN }}
4144
message: "[Automated] Update report"
4245
branch: "report"
46+
rebase: true

0 commit comments

Comments
 (0)