Spaces:
Sleeping
Sleeping
Fixed GH action
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -18,13 +18,13 @@ jobs:
|
|
18 |
cache: yarn
|
19 |
|
20 |
- name: Install dependencies
|
21 |
-
run:
|
22 |
-
|
23 |
-
|
24 |
- name: Build website
|
25 |
-
run:
|
26 |
-
|
27 |
-
|
28 |
|
29 |
- name: Deploy to GitHub Pages
|
30 |
uses: peaceiris/actions-gh-pages@v3
|
|
|
18 |
cache: yarn
|
19 |
|
20 |
- name: Install dependencies
|
21 |
+
run: |
|
22 |
+
cd website/code
|
23 |
+
yarn install --frozen-lockfile
|
24 |
- name: Build website
|
25 |
+
run: |
|
26 |
+
cd website/code
|
27 |
+
yarn build
|
28 |
|
29 |
- name: Deploy to GitHub Pages
|
30 |
uses: peaceiris/actions-gh-pages@v3
|