Update gh-page-builder-action.yml

This commit is contained in:
Rising Odegua 2021-04-14 12:37:25 +01:00 committed by GitHub
parent 72bb504135
commit f4147ac67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn export
- run: cd portal && yarn install --frozen-lockfile
- run: cd portal && yarn build
- run: cd portal && yarn export
- name: Deploy
uses: peaceiris/actions-gh-pages@v3