File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Deploy Surge Website
2+ on : [push]
3+ jobs :
4+ build :
5+ runs-on : ubuntu-latest
6+ name : Deploying to surge
7+ steps :
8+ - uses : actions/checkout@v2
9+ - name : Install Node.js
10+ uses : actions/setup-node@v2-beta
11+ with :
12+ node-version : 12
13+ - uses : borales/actions-yarn@v2.0.0 # `yarn install`
14+ with :
15+ cmd : install
16+ # - name: Build module
17+ # run: yarn build
18+ - name : Build Storybook
19+ run : yarn build-storybook
20+ - name : Install Surge
21+ run:npm install --global surge
22+ - name : Surge deploy
23+ run : surge ./storybook-static react-scroll-parallax-v3.surge.sh --token ${{ secrets.SURGE_TOKEN }}
Original file line number Diff line number Diff line change 11/cjs
22/coverage
33/esm
4-
4+ storybook-static
55npm-debug.log
66.DS_STORE
77* .log
You can’t perform that action at this time.
0 commit comments