Skip to content

Commit 07d6779

Browse files
committed
chore: update workflows config.
1 parent 0010b64 commit 07d6779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
- name: Create Coverage Badges
5151
uses: jaywcjlove/coverage-badges-cli@main
5252
with:
53-
output: build/badges.svg
53+
output: website/build/badges.svg
5454

5555
- name: Generate Contributors Images
5656
uses: jaywcjlove/github-action-contributors@main
5757
with:
5858
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
59-
output: build/CONTRIBUTORS.svg
59+
output: website/build/CONTRIBUTORS.svg
6060
avatarSize: 42
6161

6262
- name: Deploy

0 commit comments

Comments
 (0)