This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-22
lines changed Expand file tree Collapse file tree 2 files changed +10
-22
lines changed Original file line number Diff line number Diff line change @@ -28,30 +28,11 @@ jobs:
28
28
build :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@master
32
- - uses : actions/setup-node@master
33
- with :
34
- node-version : " 20"
35
- -
uses :
webfactory/[email protected]
36
- with :
37
- ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
38
- - run : npm i
39
- - name : Install Playwright Browsers
40
- run : npx playwright install --with-deps
41
- - run : npm run build:ci
42
- env :
43
- BROWSERSTACK_USER : ${{ secrets.BROWSERSTACK_USERNAME }}
44
- BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
45
- BROWSERSTACK_PROJECT_NAME : " CoreUI"
46
- BUILD_NUMBER : CI
47
- REPO_SLUG : ebay/ebayui-core
48
- - uses : coverallsapp/github-action@master
49
- if : ${{ success() }}
50
- with :
51
- github-token : ${{ secrets.GITHUB_TOKEN }}
52
- path-to-lcov : coverage/lcov.info
53
31
- name : Upload artifact
54
32
uses : actions/upload-pages-artifact@v3
33
+ with :
34
+ path : _site-new
35
+
55
36
56
37
# Deployment job
57
38
deploy :
70
51
runs-on : ubuntu-latest
71
52
needs : [build]
72
53
steps :
54
+ - name : Deploy to _site
55
+ run : npm deploy
73
56
- name : Deploy to GitHub Pages
74
57
id : deployment
75
58
uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < meta charset ="utf-8 ">
3
+ < title > Redirecting to https://opensource.ebay.com/evo-web/ebayui-core</ title >
4
+ < meta http-equiv ="refresh " content ="0; URL=https://opensource.ebay.com/evo-web/ebayui-core/ ">
5
+ < link rel ="canonical " href ="https://opensource.ebay.com/evo-web/ebayui-core/ ">
You can’t perform that action at this time.
0 commit comments