mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +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
|