Revise README for PixelTail S15 and update deployment documentation#41
Merged
Revise README for PixelTail S15 and update deployment documentation#41
Conversation
Updated the README to reflect changes in the current and past seasons, including the transition to PixelTail S15 and adjustments to the whitelist application process.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates PixelTail’s season/world documentation to reflect the new S15 cycle and clarifies whitelist/login expectations, alongside a small cleanup to the PR docs build workflow.
Changes:
- Revise
docs/seasons/README.mdto describe the “modded seasons + permanent vanilla (Neon)” model and update the “current world” to PixelTail S15 with re-whitelist guidance. - Reorganize the “past worlds” section and remove redundant “other worlds/Neon” content now that Neon is a first-class “permanent world” section.
- Simplify
.github/workflows/Test_build.ymlby removing comments/blank lines and dropping the.nojekyllcreation step.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/seasons/README.md | Updates season/world narrative (S15 current + Neon permanent), plus section reorganization. |
| .github/workflows/Test_build.yml | Removes unnecessary lines from PR build workflow and drops .nojekyll creation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --> | ||
|
|
||
| :::info 提示 | ||
| 本周目需要重新申请白名单,请链接服务器后看到 "You are not whitelisted on this server." 提示后,向管理员发送游戏id申请白名单! |
There was a problem hiding this comment.
这里的“请链接服务器”应为“请连接服务器”。
Suggested change
| 本周目需要重新申请白名单,请链接服务器后看到 "You are not whitelisted on this server." 提示后,向管理员发送游戏id申请白名单! | |
| 本周目需要重新申请白名单,请连接服务器后看到 "You are not whitelisted on this server." 提示后,向管理员发送游戏id申请白名单! |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the documentation and workflow configuration for the PixelTail project. The main changes include clarifying the server cycle and whitelist process in the documentation, updating information about the current and permanent worlds, and making minor adjustments to the GitHub Actions workflow for building documentation.
Documentation updates:
docs/seasons/README.mdto clarify that PixelTail now alternates modded worlds with a permanent non-resetting vanilla world ("Neon"), extended the average duration of modded worlds to 6 months, and emphasized the use of the external login system.Workflow configuration updates:
.github/workflows/Test_build.ymlworkflow by removing unnecessary comments and the line that creates a.nojekyllfile after building docs. [1] [2] [3]