Skip to content

Commit

Permalink
Merge pull request #351 from chaitanya1731/documentation-release
Browse files Browse the repository at this point in the history
documentation: Added v1.5.1 Documentation
  • Loading branch information
uMartinXu authored Dec 20, 2024
2 parents 10aaed2 + 1f2fcd4 commit e158630
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- release-v1.3.0
- release-v1.3.1
- release-v1.4.0
- release-v1.5.0
- release-v1.5.1

permissions:
contents: read
Expand Down Expand Up @@ -81,6 +83,17 @@ jobs:
rm -rf _work/venv
make vhtml
mv _build/html $HOME/output/v1.5.0
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: release-v1.5.1
- name: Build release-v1.5.1
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.1
- name: Deploy the docs
shell: bash
env:
Expand Down

0 comments on commit e158630

Please sign in to comment.