mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
bundle install
|
|
bundle exec jekyll build --config _config.yml,_config.development.yml
|