mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00: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:
|
jobs:
|
||||||
wowchemy:
|
wowchemy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
|
|
|
@ -17,7 +17,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
wowchemy:
|
wowchemy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- 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:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
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:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
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:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
|
@ -23,7 +23,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
|
@ -23,7 +23,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
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:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
|
@ -17,7 +17,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
wowchemy:
|
wowchemy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- 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:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
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:
|
jobs:
|
||||||
# Build website
|
# Build website
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Deploy website to GitHub Pages hosting
|
# Deploy website to GitHub Pages hosting
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository_owner != 'wowchemy'
|
if: github.repository_owner != 'HugoBlox'
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue