mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 15:15:53 +03:00
[PR #2] [MERGED] Build Documentation for different versions from git tags #3
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/proxmoxer/docs/pull/2
Author: @jhollowe
Created: 11/7/2022
Status: ✅ Merged
Merged: 11/7/2022
Merged by: @jhollowe
Base:
main← Head:feat/version-gh-actions📝 Commits (3)
48174b5Add GH Action to build versions on semver tag push93e3447Add GH action step to update "latest" version17a1d00Change to new GH Actions step output format📊 Changes
2 files changed (+88 additions, -2 deletions)
View changed files
📝
.github/workflows/gh-pages_dev.yaml(+2 -2)➕
.github/workflows/gh-pages_tags.yaml(+86 -0)📄 Description
when documentation is tagged with
v.major.minor.patch, the documentation for thatmajor.minorrelease of proxmoxer will be built and added to the version selector for the documentation. If themajor.minoris a later version than the currentlatestversion,latestwill be updated.e.g. a commit of these docs tagged with
v3.1.4would be built into the3.1documentation and if the currentlatestwas3.0,latestwould now forward to3.1.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.