Skip to content

Commit

Permalink
Added documentation for v1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitanya Kulkarni <[email protected]>
  • Loading branch information
chaitanya1731 committed Nov 6, 2024
1 parent 5b2427b commit 8cb42ff
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 8cb42ff

Please sign in to comment.