From b19c045dbfc22317c646e8abb37ab0742ad68da5 Mon Sep 17 00:00:00 2001 From: Chukwuemeka Ajima Date: Thu, 9 May 2024 02:43:00 +0200 Subject: [PATCH] chore(tsconfig.json): update actions workflow file - update docs.yml workflow file --- .github/workflows/docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7acb86558..f8899c26e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,6 @@ on: jobs: # Build job build: - if: ${{ !startsWith(github.head_ref, 'changeset-release/') }} concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: @@ -58,4 +57,4 @@ jobs: - name: Deploy to GitHub Pages 🚀 id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this actio \ No newline at end of file + uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action \ No newline at end of file