Skip to content

Commit 91dac63

Browse files
authored
Make serve script more portable (#9)
1 parent 9ce668f commit 91dac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# use uv to run mkdocs with mkdocs-material and its dependencies installed
44
uv tool run --with-requirements ./requirements.txt mkdocs ${@:-serve}

0 commit comments

Comments
 (0)