fix: links (cont.)

This commit is contained in:
Splitter
2023-11-09 14:58:51 +00:00
parent 1cf346c705
commit a70a311cd8
17 changed files with 48 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
# Wowchemy GitHub Action to import Jupyter Notebooks as blog posts
# Hugo Blox GitHub Action to import Jupyter Notebooks as blog posts
name: Import Jupyter Notebooks as Blog Posts
# Require permission to create a PR
@@ -16,7 +16,7 @@ on:
workflow_dispatch:
jobs:
wowchemy:
hugoblox:
if: github.repository_owner != 'HugoBlox'
runs-on: ubuntu-latest
steps:
@@ -38,14 +38,14 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
commit-message: 'content: import blog posts from `notebooks/` folder'
title: Wowchemy - Import latest blog posts
title: Hugo Blox Builder - Import latest blog posts
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/GetRD/academic-file-converter)
base: main
labels: automated-pr, content
branch: wowchemy-import-posts
branch: hugoblox-import-posts
delete-branch: true
- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}

View File

@@ -1,4 +1,4 @@
# Wowchemy GitHub Action to convert Bibtex publications to Markdown-based webpages
# Hugo Blox GitHub Action to convert Bibtex publications to Markdown-based webpages
name: Import Publications From Bibtex
# Require permission to create a PR
@@ -16,7 +16,7 @@ on:
workflow_dispatch:
jobs:
wowchemy:
hugoblox:
if: github.repository_owner != 'HugoBlox'
runs-on: ubuntu-latest
steps:
@@ -41,14 +41,14 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
commit-message: 'content: import publications from Bibtex'
title: Wowchemy - Import latest publications
title: Hugo Blox Builder - Import latest publications
body: |
Import the latest publications from `publications.bib` to `content/publication/`.
将最新的出版物从`publications.bib`导入到`content/publication/`。
[View Documentation](https://github.com/GetRD/academic-file-converter)
base: main
labels: automated-pr, content
branch: wowchemy-import-publications
branch: hugoblox-import-publications
delete-branch: true
- name: Check outputs
if: ${{ steps.cpr.outputs.pull-request-number }}

View File

@@ -6,10 +6,10 @@ on:
jobs:
update:
if: github.repository_owner == 'wowchemy'
if: github.repository_owner == 'HugoBlox'
runs-on: ubuntu-latest
steps:
- uses: wowchemy/gh-action-updater@v1
- uses: HugoBlox/gh-action-updater@v1
with:
feed-url: https://hugoblox.com/blog/index.xml
readme-section: news