Skip to content

Commit 53f4790

Browse files
committed
documentation: Added v1.3.1 release information
Signed-off-by: chaitanya Kulkarni <chaitanya.kulkarni@intel.com>
1 parent fd472a1 commit 53f4790

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- release-v1.3.0
67

78
permissions:
89
contents: read
@@ -34,6 +35,17 @@ jobs:
3435
rm -rf _work/venv
3536
make vhtml
3637
mv _build/html $HOME/output/development
38+
- uses: actions/checkout@v4
39+
with:
40+
fetch-depth: 0
41+
ref: release-v1.3.0
42+
- name: Build release-v1.3.0
43+
run: |
44+
export GITHUB_SHA=$(git rev-parse HEAD)
45+
export GITHUB_SHA_REF=$(git rev-parse --abbrev-ref HEAD)
46+
rm -rf _work/venv
47+
make vhtml
48+
mv _build/html $HOME/output/v1.3.0
3749
- name: Deploy the docs
3850
shell: bash
3951
env:

0 commit comments

Comments
 (0)