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

View File

@@ -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