diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 173aec7b2..5fa252b7a 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -36,4 +36,5 @@ jobs: run: | git config user.name sage-wright git config user.email sage.wright@theiagen.com - mike deploy --push main --update-aliases main development \ No newline at end of file + mike deploy --push main + mike alias main development \ No newline at end of file