Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GitHub Pages Theme #28

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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