DinisCruz commited on
Commit
070dcb6
·
1 Parent(s): 3e7fb9e

fixed gh action error

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +2 -2
.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: ./build
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