fix: blox-bootstrap require
This commit is contained in:
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,2 +1,2 @@
|
||||
github: gcushen
|
||||
custom: https://wowchemy.com/sponsor/
|
||||
custom: https://hugoblox.com/sponsor/
|
||||
|
||||
2
.github/workflows/import-notebooks.yml
vendored
2
.github/workflows/import-notebooks.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/import-publications.yml
vendored
2
.github/workflows/import-publications.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/updater-wip.yml
vendored
2
.github/workflows/updater-wip.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user