From 5368ea97acfcea68f0dd98ed25c7c0ca21eb319f Mon Sep 17 00:00:00 2001 From: Trekkie <111065900+TrekkieCoder@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:26:24 +0900 Subject: [PATCH] Revert gh-actions for docs deploy --- .github/workflows/documentation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2481705d..5713550a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,7 +17,7 @@ jobs: - name: Get the latest version run: echo "version=$(curl --silent -m 10 --connect-timeout 5 "https://api.github.com/repos/loxilb-io/loxilb/releases/latest" | jq -r .name)" >> "$GITHUB_ENV" - name: Publish docs - run: | - mike deploy --push ${{ env.version }} - mike set-default ${{ env.version }} - + run: mkdocs gh-deploy + #run: | + # mike deploy --push ${{ env.version }} + # mike set-default ${{ env.version }}