Skip to content

Commit 3a35cfc

Browse files
authored
Merge pull request #322 from chaitanya1731/docs
documentation: Added v1.4.0 release
2 parents 2b1269d + 0c909fb commit 3a35cfc

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
@@ -5,6 +5,7 @@ on:
55
- main
66
- release-v1.3.0
77
- release-v1.3.1
8+
- release-v1.4.0
89

910
permissions:
1011
contents: read
@@ -58,6 +59,17 @@ jobs:
5859
rm -rf _work/venv
5960
make vhtml
6061
mv _build/html $HOME/output/v1.3.1
62+
- uses: actions/checkout@v4
63+
with:
64+
fetch-depth: 0
65+
ref: release-v1.4.0
66+
- name: Build release-v1.4.0
67+
run: |
68+
export GITHUB_SHA=$(git rev-parse HEAD)
69+
export GITHUB_SHA_REF=$(git rev-parse --abbrev-ref HEAD)
70+
rm -rf _work/venv
71+
make vhtml
72+
mv _build/html $HOME/output/v1.4.0
6173
- name: Deploy the docs
6274
shell: bash
6375
env:

0 commit comments

Comments
 (0)