You've already forked mainline-status
mirror of
https://github.com/linux-msm/mainline-status.git
synced 2026-02-25 13:12:54 -08:00
Merge pull request #97 from lumag/upd-gh-pages
Update URLs after the transfer
This commit is contained in:
2
.github/workflows/premerge.yml
vendored
2
.github/workflows/premerge.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Regenerate templates
|
||||
run: ./regen.py
|
||||
- name: Build with Jekyll
|
||||
run: bundle exec jekyll build --baseurl "/msm/pr-preview/pr-${{github.event.number}}"
|
||||
run: bundle exec jekyll build --baseurl "/mainline-status/pr-preview/pr-${{github.event.number}}"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
- name: Deploy preview
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
bundle exec jekyll serve
|
||||
```
|
||||
|
||||
Now you can open [localhost:4000](http://127.0.0.1:4000/msm/) with your Web
|
||||
Now you can open [localhost:4000](http://127.0.0.1:4000/mainline-status/) with your Web
|
||||
browser. Jekyll will automatically regenerate the pages if any of the source
|
||||
files changes.
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
||||
Track the upstream status of Qualcomm platforms support
|
||||
baseurl: "/mainline-status/" # the subpath of your site, e.g. /blog
|
||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
twitter_username: LinaroOrg
|
||||
#twitter_username: LinaroOrg
|
||||
github_username: linux-msm
|
||||
|
||||
# Build settings
|
||||
|
||||
Reference in New Issue
Block a user