# Make sure the staging branch is in sync with its remote
$ git reset --hard origin/staging
# Remove all generated files and directories except the Bundler ones
$ rake clean[all-keep-deps]
# Make sure there was no update to the used dependencies (if not, this is just a quick version check for Bundler)
$ rake setup
# Build the site using the staging profile
$ rake gen[staging]