Skip to content

Commit e4065a1

Browse files
committed
Fix workflow not using theme
1 parent e876bf9 commit e4065a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
-e MARP_USER=root:root \
2626
-v "$PWD:/workspace" \
2727
-w /workspace \
28-
marpteam/marp-cli:v3.0.2 "decks/$dir/slides.md" -o "build/$dir/index.html"
28+
marpteam/marp-cli:v3.0.2 "decks/$dir/slides.md" -o "build/$dir/index.html" --theme theme/codestar.css
2929
rsync -av --exclude='slides.md' "decks/$dir/" "build/$dir/"
3030
fi
3131
done

0 commit comments

Comments
 (0)