Skip to content

Commit 14e118b

Browse files
authored
chore: save build artifacts when running CI
1 parent 2cb923a commit 14e118b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build Website (GitHub demo site)
7070
run: pnpm build:demo
7171

72-
- name: Archive production artifacts
72+
- name: Archive build artifacts
7373
uses: actions/upload-artifact@v3
7474
with:
7575
name: dist folders
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
name: playwright-report
131131
path: playwright-report/
132-
retention-days: 15
132+
retention-days: 5
133133

134134
- name: Deploy Demo to gh-pages
135135
if: |

0 commit comments

Comments
 (0)