Skip to content

Commit

Permalink
build docs only for minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jun 27, 2023
1 parent 78607b7 commit 2810894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
git config --global user.email [email protected]
git fetch origin gh-pages --depth=1
- name: Deploy docs
run: "mike deploy --push --update-aliases --rebase ${{ github.ref_name }} latest"
run: "mike deploy --push --update-aliases --rebase $(echo ${{ github.ref_name }} | cut -d'.' -f1-2 ) latest"

0 comments on commit 2810894

Please sign in to comment.