Skip to content

Commit

Permalink
Remove GitHub Pages Theme (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Aug 20, 2023
1 parent 827970a commit b300867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions generate-static-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -34,7 +30,6 @@ generate_documentation () {
create_branches
run_docc
fix_readme
assign_theme
commit_and_publish
clean_up
}
Expand Down

0 comments on commit b300867

Please sign in to comment.