Skip to content

Commit

Permalink
Merge pull request #333 from chaitanya1731/main
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 966311e + a110037 commit 641e777
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 641e777

Please sign in to comment.