Skip to content

Commit

Permalink
Merge pull request #324 from chaitanya1731/docs
Browse files Browse the repository at this point in the history
documentation: Added v1.4.0 release
  • Loading branch information
hershpa authored Oct 1, 2024
2 parents d6fadbc + 0c909fb commit 4011c07
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 @@ -5,6 +5,7 @@ on:
- main
- release-v1.3.0
- release-v1.3.1
- release-v1.4.0

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

0 comments on commit 4011c07

Please sign in to comment.