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

Fixed GH action

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +6 -6
.github/workflows/deploy.yml CHANGED
@@ -18,13 +18,13 @@ jobs:
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
 
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