-
Notifications
You must be signed in to change notification settings - Fork 29
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
GitHub Pages publishing behind main? #182
Comments
This is caused by this PR #173 |
@cmcgee1024 can you clarify here? |
@czechboy0 the install shell script was being manually published to the GitHub Pages site with each release, sometimes more frequently. We haven't made a new release yet since the migration of swiftly to the swiftlang organization. In the new release there will be a few changes:
|
Cool, okay, then there's nothing to change - thanks! 🙏 |
@cmcgee1024 Is there a timeline / open issue for migrating to swift.org? In particular, because the install script referenced on GH pages (and in the README) is missing the changes from #121, so macOS users need to clone the repo to install, unless I'm missing something? (and, the website states only Linux is supported, but macOS is also supported 🎉) |
@peterkos we're actively working on a few remaining PR's and issues for the next swiftly release, which will be 0.4.0. Also, there are PR's open to update the swift.org website in preparation for the release. swiftlang/swift-org-website#828 |
Right now, the file https://swiftlang.github.io/swiftly/swiftly-install.sh seems to be out of date from https://github.com/swiftlang/swiftly/blob/main/install/swiftly-install.sh.
Is there a manual step needed here to republish GitHub Pages, so that
curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash
starts working on macOS?The text was updated successfully, but these errors were encountered: