fix: blox-bootstrap require

This commit is contained in:
Splitter
2023-11-08 14:13:42 +00:00
parent a17dc0cf16
commit ffa32dde04
21 changed files with 90 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
name: Deploy Wowchemy website to GitHub Pages
name: Deploy website to GitHub Pages
env:
WC_HUGO_VERSION: '0.119.0'
@@ -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 }}