File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
44on :
55 # Runs on pushes targeting the default branch
66 push :
7- branches : ["fix_alignments_in_mobile_design "]
7+ branches : ["fix_alignments_issues "]
88 pull_request :
99 branches :
1010 - ' *'
3939
4040 deploy :
4141 needs : build
42- if : github.ref == 'refs/heads/fix_alignments_in_mobile_design '
42+ if : github.ref == 'refs/heads/fix_alignments_issues '
4343 environment :
4444 name : github-pages
4545 url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ const config: Config = {
1212 url : "https://quantstack.net/" ,
1313 // Set the /<baseUrl>/ pathname under which your site is served
1414 // For GitHub pages deployment, it is often '/<projectName>/'
15- baseUrl : "/" ,
15+ baseUrl : "/quantstack.github.io/ " ,
1616
1717 // GitHub pages deployment config.
1818 // If you aren't using GitHub pages, you don't need these.
19- organizationName : "/QuantStack /" , // Usually your GitHub org/user name.
19+ organizationName : "/HaudinFlorence /" , // Usually your GitHub org/user name.
2020 projectName : "quantstack.github.io" , // Usually your repo name.
2121
2222 onBrokenLinks : "throw" ,
You can’t perform that action at this time.
0 commit comments