intro/build.sh

4 lines
120 B
Bash
Raw Normal View History

2024-04-03 16:04:35 +08:00
#!/bin/bash
2024-04-04 21:31:27 +08:00
docker run --rm -v $(pwd):/intro --user 1000:1000 -w /intro ruby sh -c "cd docs && bundle && jekyll build"