Skip to content

Commit 709528a

Browse files
authored
Merge pull request #296 from chaitanya1731/doc-release
documentation: Added doc for release v1.3.1
2 parents f70a4bf + b8a2ccf commit 709528a

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
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- release-v1.3.0
7+
- release-v1.3.1
78

89
permissions:
910
contents: read
@@ -46,6 +47,17 @@ jobs:
4647
rm -rf _work/venv
4748
make vhtml
4849
mv _build/html $HOME/output/v1.3.0
50+
- uses: actions/checkout@v4
51+
with:
52+
fetch-depth: 0
53+
ref: release-v1.3.1
54+
- name: Build release-v1.3.1
55+
run: |
56+
export GITHUB_SHA=$(git rev-parse HEAD)
57+
export GITHUB_SHA_REF=$(git rev-parse --abbrev-ref HEAD)
58+
rm -rf _work/venv
59+
make vhtml
60+
mv _build/html $HOME/output/v1.3.1
4961
- name: Deploy the docs
5062
shell: bash
5163
env:

0 commit comments

Comments
 (0)