Skip to content

Commit f318893

Browse files
committed
Fix CI github pages
1 parent 2d80311 commit f318893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}
141141
IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}
142142

143-
github_pages:
143+
deploy_cra_test_app_on_github_pages:
144144
needs: test
145145
runs-on: ubuntu-latest
146146
if: github.event_name == 'push'
@@ -153,7 +153,7 @@ jobs:
153153
- run: |
154154
yarn build
155155
yarn yarn_link
156-
cd src/test/apps/spa
156+
cd src/test/apps/cra
157157
yarn build
158158
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
159159
env:

0 commit comments

Comments
 (0)