From b377dfe97cbb69b9b74cec707e7aac43cd046171 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 10:02:46 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72699cad03..6037fce4c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: git config --local user.name "GitHub Action" - name: mkdocs deploy latest - if: contains(github.ref, "refs/heads/")) + if: contains(github.ref, "refs/heads/") run: | mike deploy --push --force --update-aliases latest