From e4960478882b0344f8092ca7831caef1376b2003 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Sun, 2 Aug 2020 14:39:09 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 514f7d8..c5e3d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -275,7 +275,7 @@ jobs: publish-docs: runs-on: ubuntu-latest name: Publish Docs - if: ${{ github.ref == 'master' }} + if: ${{ github.ref == 'refs/heads/master' }} needs: docs steps: - uses: actions/checkout@v2