pub fn github_deploy_static_site( token: String, repo_name: String, files: HashMap<String, String>, ) -> Result<Value, String>
Create a GitHub repository and push static site files.