Skip to content

Commit 5572243

Browse files
authored
[RELEASE][DOC][CI] Updated docs workflow (#1833)
Updated docs workflow - Added missing symlink file to the gh-pages branch Signed-off-by: Yunchu Lee <[email protected]>
1 parent 4971965 commit 5572243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
rm -rf /tmp/docs_build
5656
git config --local user.email "[email protected]"
5757
git config --local user.name "GitHub Action"
58-
git add ${{ env.RELEASE_VERSION }}
58+
git add ./latest ${{ env.RELEASE_VERSION }}
5959
git commit -m "Update documentation" -a || true
6060
- name: Push changes
6161
uses: ad-m/github-push-action@master

.github/workflows/docs_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
rm -rf /tmp/docs_build
5656
git config --local user.email "[email protected]"
5757
git config --local user.name "GitHub Action"
58-
git add ${{ env.RELEASE_VERSION }}
58+
git add ./stable ${{ env.RELEASE_VERSION }}
5959
git commit -m "Update documentation" -a || true
6060
- name: Push changes
6161
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)