Skip to content

Commit

Permalink
Merge pull request #5 from jupyter-book/agoose77/fix-docs-deps
Browse files Browse the repository at this point in the history
🔧 Install docs deps
  • Loading branch information
agoose77 authored Nov 13, 2024
2 parents c868f6a + f59af4f commit abc8d70
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: 18.x
- name: Install MyST Markdown
run: npm install -g mystmd
run: npm install
- name: Build HTML Assets
run: myst build --html
- name: Upload artifact
Expand Down
247 changes: 12 additions & 235 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"devDependencies": {
"glob": "^11.0.0",
"myst-transforms": "^1.3.27"
"myst-transforms": "^1.3.27",
"mystmd": "^1.3.17"
}
}

0 comments on commit abc8d70

Please sign in to comment.