File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 3232 env :
3333 NETLIFY_SITE_ID : 94fb346c-b540-40f7-aaaf-21eee2a9c891
3434 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
35-
36- deploy-storybook :
37- runs-on : ubuntu-latest
38- steps :
39- - uses : actions/checkout@v2
40-
41- - uses : actions/cache@v4 # Updated from v1 to v4
42- with :
43- path : ~/.cache/yarn
44- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
45- restore-keys : |
46- ${{ runner.os }}-yarn-
47-
48- - name : install
49- run : yarn install
50- env :
51- CYPRESS_INSTALL_BINARY : 0
52-
53- - name : build
54- run : yarn build
55-
56- - name : build storybook
57- run : yarn storybook build-storybook
58-
59- - name : wake up deploy notifier
60- run : yarn wait-on https://sensenet-sn-deploy-notifier.glitch.me/ -l -t 300000 -i 10000
61-
62- - name : Publish
63- run :
npx [email protected] deploy --dir=./examples/sn-react-component-docs/storybook-static --message ${{ github.event.pull_request.number }} 64- env :
65- NETLIFY_SITE_ID : 1747b330-27d8-4ddd-bf74-39469c257010
66- NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments