Skip to content

Commit 6bb49a1

Browse files
authored
Update run.sh
1 parent 980b040 commit 6bb49a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
/Users/ammatlala/Library/Python/3.11/bin/virtualenv venv
4+
virtualenv venv
55
source venv/bin/activate
66
pip3 install -r requirements.txt
7-
mkdocs serve
7+
mkdocs serve --strict
88

0 commit comments

Comments
 (0)