We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb37ca commit 483f72aCopy full SHA for 483f72a
.github/workflows/deploy.yaml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request:
8
- branches:
+ pull_request:
+ branches:
9
10
11
jobs:
@@ -37,14 +37,10 @@ jobs:
37
if: steps.pnpm-cache.outputs.cache-hit != 'true'
38
run: |
39
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: ./
+
+ - name: Build
+ run: |
+ pnpm build
48
49
- name: Deploy 🚀
50
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments