File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: ci
33on :
44 pull_request :
55 branches :
6- - gh -pages
6+ - deploy-on-github -pages
77 pull_request_review :
88 types : [submitted]
99 push :
1010 branches :
11- - gh -pages
11+ - deploy-on-github -pages
1212
1313permissions :
1414 contents : read
5858 - name : Jekyll Build
5959 run : bundle exec jekyll build
6060
61- - name : Check Docker support
62- shell : bash
63- run : |
64- docker --version
65- make build
61+ # - name: Check Docker support
62+ # shell: bash
63+ # run: |
64+ # docker --version
65+ # make build
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Deploy Website
22
33on :
44 push :
5- branches : ["gh -pages"]
5+ branches : ["deploy-on-github -pages"]
66 workflow_dispatch :
77
88permissions :
Original file line number Diff line number Diff line change 1- url : " https://expressjs.com "
2- baseurl : " /"
1+ url : " https://shubhamoulkar.github.io "
2+ baseurl : " /expressjs.com "
33
4- repository : expressjs /expressjs.com
4+ repository : shubhamoulkar /expressjs.com
55
66# Site settings
77
You can’t perform that action at this time.
0 commit comments