Skip to content

Commit 02860bf

Browse files
author
chaitanya1731
committed
documentation: Added v1.6.0 Documentation
Signed-off-by: chaitanya1731 <chaitanya1731@github.com>
1 parent 64fbb42 commit 02860bf

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
@@ -9,6 +9,7 @@ on:
99
- release-v1.5.0
1010
- release-v1.5.1
1111
- release-v1.5.2
12+
- release-v1.6.0
1213

1314
permissions:
1415
contents: read
@@ -106,6 +107,17 @@ jobs:
106107
rm -rf _work/venv
107108
make vhtml
108109
mv _build/html $HOME/output/v1.5.2
110+
- uses: actions/checkout@v4
111+
with:
112+
fetch-depth: 0
113+
ref: release-v1.6.0
114+
- name: Build release-v1.6.0
115+
run: |
116+
export GITHUB_SHA=$(git rev-parse HEAD)
117+
export GITHUB_SHA_REF=$(git rev-parse --abbrev-ref HEAD)
118+
rm -rf _work/venv
119+
make vhtml
120+
mv _build/html $HOME/output/v1.6.0
109121
- name: Deploy the docs
110122
shell: bash
111123
env:

0 commit comments

Comments
 (0)