Spaces:
Sleeping
Sleeping
fixed gh action error
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -15,7 +15,7 @@ jobs:
|
|
15 |
- uses: actions/setup-node@v3
|
16 |
with:
|
17 |
node-version: 18
|
18 |
-
cache: yarn
|
19 |
|
20 |
- name: Install dependencies
|
21 |
run: |
|
@@ -30,6 +30,6 @@ jobs:
|
|
30 |
uses: peaceiris/actions-gh-pages@v3
|
31 |
with:
|
32 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
33 |
-
publish_dir:
|
34 |
user_name: github-actions[bot]
|
35 |
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|
|
|
15 |
- uses: actions/setup-node@v3
|
16 |
with:
|
17 |
node-version: 18
|
18 |
+
#cache: yarn
|
19 |
|
20 |
- name: Install dependencies
|
21 |
run: |
|
|
|
30 |
uses: peaceiris/actions-gh-pages@v3
|
31 |
with:
|
32 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
33 |
+
publish_dir: website/code/build
|
34 |
user_name: github-actions[bot]
|
35 |
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|