File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
4
on :
5
5
# Runs on pushes targeting the default branch
6
6
push :
7
- branches : ["fix_alignments_in_mobile_design "]
7
+ branches : ["fix_alignments_issues "]
8
8
pull_request :
9
9
branches :
10
10
- ' *'
39
39
40
40
deploy :
41
41
needs : build
42
- if : github.ref == 'refs/heads/fix_alignments_in_mobile_design '
42
+ if : github.ref == 'refs/heads/fix_alignments_issues '
43
43
environment :
44
44
name : github-pages
45
45
url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const config: Config = {
12
12
url : "https://quantstack.net/" ,
13
13
// Set the /<baseUrl>/ pathname under which your site is served
14
14
// For GitHub pages deployment, it is often '/<projectName>/'
15
- baseUrl : "/" ,
15
+ baseUrl : "quantstack.github.io /" ,
16
16
17
17
// GitHub pages deployment config.
18
18
// If you aren't using GitHub pages, you don't need these.
You can’t perform that action at this time.
0 commit comments