Skip to content

Commit eb987a5

Browse files
committed
test: add script to build and run site locally
1 parent 84b66bb commit eb987a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site-run.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
# Build sites and stage results
4+
mvn -Pjdk-8 site:site site:stage
5+
# Run site staging
6+
mvn -B -Pjdk-8 site:run -DworkingDirectory=target/staging

0 commit comments

Comments
 (0)