File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -138,24 +138,4 @@ jobs:
138138 env :
139139 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
140140 VERSION : ${{ needs.check_if_version_upgraded.outputs.to_version }}
141- IS_BETA : ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}
142-
143- deploy_cra_test_app_on_github_pages :
144- needs : test
145- runs-on : ubuntu-latest
146- if : github.event_name == 'push'
147- steps :
148- - uses : actions/checkout@v2
149- - uses : actions/setup-node@v2.1.3
150- with :
151- node-version : ' 17'
152- - uses : bahmutov/npm-install@v1
153- - run : |
154- yarn build
155- yarn yarn_link
156- cd src/test/frameworks/cra
157- yarn build
158- - run : git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
159- env :
160- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
161- - run : npx -y -p gh-pages@3.1.0 gh-pages -d src/test/frameworks/cra/build --dest test --add -u "github-actions-bot <actions@github.com>"
141+ IS_BETA : ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}
You can’t perform that action at this time.
0 commit comments