chore: rename repository
This commit is contained in:
2
.github/workflows/deploy-pr-preview.yml
vendored
2
.github/workflows/deploy-pr-preview.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy preview
|
||||
if: ${{ github.repository == 'dot013/.www-new' }}
|
||||
if: ${{ github.repository == 'dot013/.www' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy
|
||||
if: ${{ github.repository == 'dot013/.www-new' }}
|
||||
if: ${{ github.repository == 'dot013/.www' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy
|
||||
if: ${{ github.repository == 'dot013/.www-new' }}
|
||||
if: ${{ github.repository == 'dot013/.www' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user