We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6213605 commit 382ff01Copy full SHA for 382ff01
1 file changed
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 20
25
- cache: yarn
+# cache: yarn
26
27
- name: Install dependencies
28
run: yarn install --frozen-lockfile
@@ -32,7 +32,7 @@ jobs:
32
- name: Upload Build Artifact
33
uses: actions/upload-pages-artifact@v3
34
35
- path: build
+ path: website/build
36
37
deploy:
38
name: Deploy to GitHub Pages
0 commit comments