Skip to content

Commit 1f2fcd4

Browse files
committed
documentation: Added v1.5.1 Documentation
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@intel.com>
1 parent 41ceb93 commit 1f2fcd4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- release-v1.3.0
77
- release-v1.3.1
88
- release-v1.4.0
9+
- release-v1.5.0
10+
- release-v1.5.1
911

1012
permissions:
1113
contents: read
@@ -81,6 +83,17 @@ jobs:
8183
rm -rf _work/venv
8284
make vhtml
8385
mv _build/html $HOME/output/v1.5.0
86+
- uses: actions/checkout@v4
87+
with:
88+
fetch-depth: 0
89+
ref: release-v1.5.1
90+
- name: Build release-v1.5.1
91+
run: |
92+
export GITHUB_SHA=$(git rev-parse HEAD)
93+
export GITHUB_SHA_REF=$(git rev-parse --abbrev-ref HEAD)
94+
rm -rf _work/venv
95+
make vhtml
96+
mv _build/html $HOME/output/v1.5.1
8497
- name: Deploy the docs
8598
shell: bash
8699
env:

0 commit comments

Comments
 (0)