Skip to content

Commit b59db2d

Browse files
committed
Update mkdocs-fragment
1 parent f4e59c1 commit b59db2d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
22
set -e
3-
4-
# cp /app/package.json .
5-
# cp -r /app/node_modules .
6-
7-
python /app/scripts/generate.fragment.py "$@"
8-
3+
python /app/scripts/generate.py
94
mkdocs build --clean
10-
cp -af public/. site/
5+
python /app/scripts/convert.py

0 commit comments

Comments
 (0)