-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The footer for both the test sub-site and the main site show the same github version - this should not be the case. The sub-site should show the pre-release value and the main site should show the main site value.
EDIT - Unfortunately @copilot this is still an issue. The changes you made adjusted things so now weren no longer showing v1.0.0 mistakenly - we are correctly showing v0.0.1 on both the main and test sites. However on the main page the version number should be v0.0.1-65. On the test site I would expect the value to be something more like v0.0.1-66.Alpha.1, or something along those lines anyways.
Lastly, we need to include the link to the test site on the main page going forward on publish to develop so that it is easier to access without going directly into the github actions. By that I mean we should display v0.0.1-65 [View on GitHub](https://github.com/tsmarvin/EveryTimeZone), [Test the development site](https://everytimezone.net/test-PR163/)
EDIT 2 - This is still an issue copilot. Both the main and test sites show v0.0.1. The main site should still show the -prerelease version (v0.0.1-65 currently for main). The test site needs to show the next available pre-release version.
Lastly - we need to include the link to the test site. That is still not being included.