Skip to content

Commit 8e33efc

Browse files
committed
refactor: move plugin to plugin repo
1 parent 8738901 commit 8e33efc

File tree

5 files changed

+3
-2751
lines changed

5 files changed

+3
-2751
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
with:
3535
node-version: 20.x
3636
- name: Install MyST Markdown
37-
run: npm install
37+
run: npm install -g mystmd
3838
- name: Build HTML Assets
39-
run: npx myst build --html
39+
run: myst build --html
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:

myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project:
66
title: "Jupyter Book: Blog"
77
description: Updates from the Jupyter Book subproject.
88
plugins:
9-
- plugins/blog.mjs
9+
- https://github.com/jupyter-book/blog-plugin/releases/latest/download/plugin.mjs
1010
keywords:
1111
- Jupyter
1212
- JupyterBook

0 commit comments

Comments
 (0)