From 1008e3d4a721fffbe24e03fbcdf06804f4f416a0 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Wed, 17 Aug 2022 23:46:22 +0200 Subject: [PATCH] ci: fix if check --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9e2b7217f..66be57bbf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -142,7 +142,7 @@ jobs: fi - name: Move docs to correct directory - if: ${{ !github.event.inputs.ref_type == 'branch' && env.BRANCH_OR_TAG == 'branch' }} + if: ${{ github.event.inputs.ref_type == 'branch' && env.BRANCH_OR_TAG == 'branch' }} env: PACKAGE: ${{ matrix.package }} run: |