We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950502f commit e53bd39Copy full SHA for e53bd39
1 file changed
.github/workflows/deploy-site.yaml
@@ -42,7 +42,9 @@ jobs:
42
yarn install
43
yarn --cwd example install
44
- name: Build
45
- run: yarn --cwd example build
+ run: |
46
+ yarn build
47
+ yarn --cwd example build
48
- name: Setup Pages
49
uses: actions/configure-pages@v5
50
- name: Upload artifact
0 commit comments