Skip to content

Commit 81dd0fc

Browse files
authored
Merge pull request #97 from lumag/upd-gh-pages
Update URLs after the transfer
2 parents 6a08a65 + 6cdd47c commit 81dd0fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/premerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
2424
Track the upstream status of Qualcomm platforms support
2525
baseurl: "/mainline-status/" # the subpath of your site, e.g. /blog
2626
url: "" # the base hostname & protocol for your site, e.g. http://example.com
27-
twitter_username: LinaroOrg
27+
#twitter_username: LinaroOrg
2828
github_username: linux-msm
2929

3030
# Build settings

0 commit comments

Comments
 (0)