Skip to content

Commit

Permalink
documentation: Added v1.3.1 release information
Browse files Browse the repository at this point in the history
Signed-off-by: chaitanya Kulkarni <[email protected]>
  • Loading branch information
chaitanya1731 committed Jun 21, 2024
1 parent fd472a1 commit 53f4790
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- release-v1.3.0

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

0 comments on commit 53f4790

Please sign in to comment.