We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738901 commit 8e33efcCopy full SHA for 8e33efc
.github/workflows/deploy.yml
@@ -34,9 +34,9 @@ jobs:
34
with:
35
node-version: 20.x
36
- name: Install MyST Markdown
37
- run: npm install
+ run: npm install -g mystmd
38
- name: Build HTML Assets
39
- run: npx myst build --html
+ run: myst build --html
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v3
42
myst.yml
@@ -6,7 +6,7 @@ project:
6
title: "Jupyter Book: Blog"
7
description: Updates from the Jupyter Book subproject.
8
plugins:
9
- - plugins/blog.mjs
+ - https://github.com/jupyter-book/blog-plugin/releases/latest/download/plugin.mjs
10
keywords:
11
- Jupyter
12
- JupyterBook
0 commit comments