Skip to content

Commit

Permalink
docs: try to fix netlify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Dec 20, 2024
1 parent c47a670 commit 675815d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.PHONY: clean

install:
pip3 install mkdocs mkdocs-material mkdocs-redirects
pip install mkdocs mkdocs-material mkdocs-redirects

build:
mkdocs build
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkdocs==1.6.1
mkdocs-material==9.5.49
mkdocs-redirects==1.2.2
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[build]
base = "docs/"
publish = "site/"
command = "make install && make build"
command = "make build"

0 comments on commit 675815d

Please sign in to comment.