File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 - name : Regenerate templates
3535 run : ./regen.py
3636 - name : Build with Jekyll
37- run : bundle exec jekyll build --baseurl "/msm /pr-preview/pr-${{github.event.number}}"
37+ run : bundle exec jekyll build --baseurl "/mainline-status /pr-preview/pr-${{github.event.number}}"
3838 - name : Upload artifact
3939 uses : actions/upload-pages-artifact@v3
4040 - name : Deploy preview
Original file line number Diff line number Diff line change 3333 bundle exec jekyll serve
3434 ```
3535
36- Now you can open [ localhost:4000] ( http://127.0.0.1:4000/msm / ) with your Web
36+ Now you can open [ localhost:4000] ( http://127.0.0.1:4000/mainline-status / ) with your Web
3737 browser. Jekyll will automatically regenerate the pages if any of the source
3838 files changes.
3939
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
2424 Track the upstream status of Qualcomm platforms support
2525baseurl : " /mainline-status/" # the subpath of your site, e.g. /blog
2626url : " " # the base hostname & protocol for your site, e.g. http://example.com
27- twitter_username : LinaroOrg
27+ # twitter_username: LinaroOrg
2828github_username : linux-msm
2929
3030# Build settings
You can’t perform that action at this time.
0 commit comments