Skip to content

Commit 483f72a

Browse files
feat: simply build in the same workflow
1 parent 4bb37ca commit 483f72a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
7+
pull_request:
8+
branches:
99
- main
1010

1111
jobs:
@@ -37,14 +37,10 @@ jobs:
3737
if: steps.pnpm-cache.outputs.cache-hit != 'true'
3838
run: |
3939
pnpm install
40-
41-
- name: Download Artifacts
42-
id: download-artifact
43-
uses: dawidd6/action-download-artifact@v8
44-
with:
45-
workflow: build-ci-test.yaml
46-
github_token: ${{secrets.GITHUB_TOKEN}}
47-
path: ./
40+
41+
- name: Build
42+
run: |
43+
pnpm build
4844
4945
- name: Deploy 🚀
5046
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)