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 f23ea08 commit 5fa03dbCopy full SHA for 5fa03db
.github/workflows/deploy.yml
@@ -24,10 +24,10 @@ jobs:
24
with:
25
cache: "yarn"
26
node-version: "24"
27
+ - name: Install dependencies
28
+ run: yarn install
29
- name: Build
- run: |
- yarn install
30
- yarn build
+ run: yarn build
31
- name: Deploy
32
uses: andykenward/[email protected]
33
0 commit comments