Skip to content

Commit e53bd39

Browse files
committed
re-deploy
1 parent 950502f commit e53bd39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
yarn install
4343
yarn --cwd example install
4444
- name: Build
45-
run: yarn --cwd example build
45+
run: |
46+
yarn build
47+
yarn --cwd example build
4648
- name: Setup Pages
4749
uses: actions/configure-pages@v5
4850
- name: Upload artifact

0 commit comments

Comments
 (0)