Update gh-page-builder-action.yml
This commit is contained in:
@@ -29,9 +29,9 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- run: yarn install --frozen-lockfile
|
- run: cd portal && yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: cd portal && yarn build
|
||||||
- run: yarn export
|
- run: cd portal && yarn export
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user