From 6cdd47c43dd9beb8a61eed457c3377ab98890a2f Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 26 Nov 2025 14:37:58 +0200 Subject: [PATCH] Update URLs after the transfer After the transfer of the repo we need to change several URLs. Signed-off-by: Dmitry Baryshkov --- .github/workflows/premerge.yml | 2 +- README.md | 2 +- _config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/premerge.yml b/.github/workflows/premerge.yml index 115e7bd..6110fbf 100644 --- a/.github/workflows/premerge.yml +++ b/.github/workflows/premerge.yml @@ -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 diff --git a/README.md b/README.md index ee4cf3f..e86689f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/_config.yml b/_config.yml index faf18d1..5b7de32 100644 --- a/_config.yml +++ b/_config.yml @@ -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