mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
ci: fix/rename
This commit is contained in:
parent
904265fd42
commit
a94b93a9f2
11 changed files with 19 additions and 19 deletions
|
@ -17,7 +17,7 @@ on:
|
|||
|
||||
jobs:
|
||||
wowchemy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repo
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
|
||||
jobs:
|
||||
wowchemy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repo
|
||||
|
|
4
starters/blog/.github/workflows/publish.yaml
vendored
4
starters/blog/.github/workflows/publish.yaml
vendored
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
4
starters/course/.github/publish.yaml
vendored
4
starters/course/.github/publish.yaml
vendored
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
4
starters/documentation/.github/publish.yaml
vendored
4
starters/documentation/.github/publish.yaml
vendored
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
4
starters/portfolio/.github/publish.yaml
vendored
4
starters/portfolio/.github/publish.yaml
vendored
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
|
||||
jobs:
|
||||
wowchemy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repo
|
||||
|
|
4
starters/research-group/.github/publish.yaml
vendored
4
starters/research-group/.github/publish.yaml
vendored
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
4
starters/second-brain/.github/publish.yaml
vendored
4
starters/second-brain/.github/publish.yaml
vendored
|
@ -23,7 +23,7 @@ concurrency:
|
|||
jobs:
|
||||
# Build website
|
||||
build:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
# Deploy website to GitHub Pages hosting
|
||||
deploy:
|
||||
if: github.repository_owner != 'wowchemy'
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue