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

2
.github/FUNDING.yml vendored
View File

@@ -1,2 +1,2 @@
github: gcushen
custom: https://wowchemy.com/sponsor/
custom: https://hugoblox.com/sponsor/

View File

@@ -42,7 +42,7 @@ jobs:
body: |
Convert Jupyter Notebooks in the `notebooks/` folder into blog posts in the `content/post/` folder.
将`notebooks/`文件夹中的Jupyter笔记本转换为`content/post/`文件夹中的博客帖子。
[View Documentation](https://github.com/wowchemy/bibtex-to-markdown)
[View Documentation](https://github.com/GetRD/academic-file-converter)
base: main
labels: automated-pr, content
branch: wowchemy-import-posts

View File

@@ -45,7 +45,7 @@ jobs:
body: |
Import the latest publications from `publications.bib` to `content/publication/`.
将最新的出版物从`publications.bib`导入到`content/publication/`。
[View Documentation](https://github.com/wowchemy/bibtex-to-markdown)
[View Documentation](https://github.com/GetRD/academic-file-converter)
base: main
labels: automated-pr, content
branch: wowchemy-import-publications

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 }}

View File

@@ -11,6 +11,6 @@ jobs:
steps:
- uses: wowchemy/gh-action-updater@v1
with:
feed-url: https://wowchemy.com/blog/index.xml
feed-url: https://hugoblox.com/blog/index.xml
readme-section: news
branch: main