Skip to content

Commit 70571e6

Browse files
authored
Merge pull request #332 from chaitanya1731/release-v1.5.0
Added documentation for v1.5.0
2 parents 5b2427b + 8cb42ff commit 70571e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/publish.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@ jobs:
7070
rm -rf _work/venv
7171
make vhtml
7272
mv _build/html $HOME/output/v1.4.0
73+
- uses: actions/checkout@v4
74+
with:
75+
fetch-depth: 0
76+
ref: release-v1.5.0
77+
- name: Build release-v1.5.0
78+
run: |
79+
export GITHUB_SHA=$(git rev-parse HEAD)
80+
export GITHUB_SHA_REF=$(git rev-parse --abbrev-ref HEAD)
81+
rm -rf _work/venv
82+
make vhtml
83+
mv _build/html $HOME/output/v1.5.0
7384
- name: Deploy the docs
7485
shell: bash
7586
env:

0 commit comments

Comments
 (0)