Migrate more URLs

This commit is contained in:
shamoon 2023-10-04 23:24:59 -07:00
parent 7f9ae3d01b
commit b475f89d85
6 changed files with 10 additions and 10 deletions

View file

@ -31,7 +31,7 @@ env:
jobs:
build:
name: Docker Build & Push
if: github.repository == 'benphelps/homepage'
if: github.repository == 'gethomepage/homepage'
runs-on: self-hosted
permissions:
contents: read

View file

@ -19,7 +19,7 @@ permissions:
jobs:
test:
name: Test Build
if: github.repository == 'benphelps/homepage' && github.event_name == 'pull_request'
if: github.repository == 'gethomepage/homepage' && github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -40,7 +40,7 @@ jobs:
run: MKINSIDERS=false mkdocs build
deploy:
name: Build & Deploy
if: github.repository == 'benphelps/homepage' && github.event_name != 'pull_request'
if: github.repository == 'gethomepage/homepage' && github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4