Merge pull request #26606 from backstage/mob/grab-release-notes

docs: Grab release notes from `mainline` before publishing
This commit is contained in:
Patrik Oldsberg
2024-09-13 18:29:43 +03:00
committed by GitHub
12 changed files with 579 additions and 580 deletions
+5
View File
@@ -184,6 +184,11 @@ jobs:
name: stable-reference
path: docs/reference
- name: grab lastest releases docs
run: |
git fetch origin master --depth 1
git checkout FETCH_HEAD -- docs/releases
- name: generate stable docs
run: yarn docusaurus docs:version stable
working-directory: microsite