File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # todo: finish doc generation
2-
3- name : " Doc generation"
1+ # Generate the complete documentation then upload to the website under the master section
2+ name : " Doc generation on master"
43
54on :
65 push :
2423 node-version : ' 12.x'
2524
2625 - name : " Update git config"
27- run : git config --global user.name "${GH_NAME}" && git config --global user.email "${GH_EMAIL}" && echo "machine github.com login ${GH_NAME} password ${GH_TOKEN }" > ~/.netrc
26+ run : git config --global user.name "${GH_NAME}" && git config --global user.email "${GH_EMAIL}" && echo "machine github.com login ${GH_NAME} password ${GITHUB_TOKEN }" > ~/.netrc
2827
2928 - name : " Yarn install"
3029 run : yarn install
Original file line number Diff line number Diff line change 11# test for breaking changes on the different bundle projects
22# todo: verify this always works
3+ # todo: use a matrix syntax?
34
4- name : " Test dependancies"
5+ name : " Test the bundles' dependancies"
56
67on :
78 - " pull_request"
You can’t perform that action at this time.
0 commit comments