From 905dcb003ee957f7a9a727772d5681c48ac8e9e0 Mon Sep 17 00:00:00 2001 From: Sage Wright Date: Wed, 11 Sep 2024 17:10:29 +0000 Subject: [PATCH] remove the extra stuff from the GHA so that it works in the future as we desire --- .github/workflows/build-documentation.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index c29668662..2bd74be50 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -3,7 +3,6 @@ on: push: branches: - main - - smw-documentation-dev permissions: contents: write @@ -36,7 +35,4 @@ jobs: run: | git config user.name sage-wright git config user.email sage.wright@theiagen.com - 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 \ No newline at end of file + mike deploy --push main \ No newline at end of file