From 0f2ef99591ad35ff1db92140cd6dd042209b8e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20S=C3=A1ros?= Date: Wed, 9 Oct 2024 16:03:47 +0200 Subject: [PATCH] chore: remove redirect task from deploy action --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63ebf92f18..42b351205b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,8 +29,6 @@ jobs: esac - name: Build docs-app run: npm run build:docs - - name: Copy redirects config file to the __build__ directory. - run: cp ./packages/__docs__/_redirects_gh_pages ./packages/__docs__/__build__ - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: