diff --git a/README.md b/README.md index fa159bc68..096de4f05 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Swift Version](https://img.shields.io/badge/swift-5.8-critical)](https://swift.org) [![Supported Platforms](https://img.shields.io/badge/platform-iOS%2014.0%20%7C%20Catalyst%2014.0-lightgrey)](https://developer.apple.com) -A SwiftUI wrapper around `SFSafariViewController` +A SwiftUI wrappers for `SFSafariViewController` and `ASWebAuthenticationSession` ## Installation diff --git a/generate-static-site.sh b/generate-static-site.sh index 897cfb977..e28b3cafb 100755 --- a/generate-static-site.sh +++ b/generate-static-site.sh @@ -14,10 +14,6 @@ fix_readme () { tail -n +2 README.md > README-2.md && mv README-2.md README.md } -assign_theme () { - echo "theme: jekyll-theme-cayman" > _config.yml -} - commit_and_publish () { git add . git commit -m 'Synchronize Hompage & Publish Documentation' @@ -34,7 +30,6 @@ generate_documentation () { create_branches run_docc fix_readme - assign_theme commit_and_publish clean_up }