aboutsummaryrefslogtreecommitdiff
path: root/docs/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/publish.sh')
-rwxr-xr-xdocs/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/publish.sh b/docs/publish.sh
index a4ea7030..c634f30b 100755
--- a/docs/publish.sh
+++ b/docs/publish.sh
@@ -7,4 +7,4 @@ echo $FILE
cat $FILE.md > temp.md
sed temp.md -i -e 's/.md\(#[a-z\-]*\)*)/.html\1)/g'
TOC=$(grep -q "^x-toc-enable: true$" temp.md && echo "--toc")
-pandoc -t html temp.md -s --css global.css --section-divs -T Libreboot $TOC > $FILE.html
+pandoc -t html temp.md -s --css /global.css --section-divs -T Libreboot $TOC > $FILE.html