Skip to content

Commit

Permalink
remove the extra stuff from the GHA so that it works in the future as…
Browse files Browse the repository at this point in the history
… we desire
  • Loading branch information
sage-wright committed Sep 11, 2024
1 parent b1d8b60 commit 905dcb0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- smw-documentation-dev

permissions:
contents: write
Expand Down Expand Up @@ -36,7 +35,4 @@ jobs:
run: |
git config user.name sage-wright
git config user.email [email protected]
mike deploy --push main
LATEST_RELEASE=$(curl -sL https://api.github.com/repos/theiagen/public_health_bioinformatics/releases/latest | jq -r ".tag_name")
mike deploy --push --update-aliases ${LATEST_RELEASE} latest
mike set-default --push latest
mike deploy --push main

0 comments on commit 905dcb0

Please sign in to comment.