Skip to content

Commit

Permalink
Merge pull request #332 from chaitanya1731/release-v1.5.0
Browse files Browse the repository at this point in the history
Added documentation for v1.5.0
  • Loading branch information
uMartinXu authored Nov 6, 2024
2 parents 5b2427b + 8cb42ff commit 70571e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ jobs:
rm -rf _work/venv
make vhtml
mv _build/html $HOME/output/v1.4.0
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: release-v1.5.0
- name: Build release-v1.5.0
run: |
export GITHUB_SHA=$(git rev-parse HEAD)
export GITHUB_SHA_REF=$(git rev-parse --abbrev-ref HEAD)
rm -rf _work/venv
make vhtml
mv _build/html $HOME/output/v1.5.0
- name: Deploy the docs
shell: bash
env:
Expand Down

0 comments on commit 70571e6

Please sign in to comment.