From a46897527f13399640dc4d91871c7c8b49de7a86 Mon Sep 17 00:00:00 2001 From: Andrew Li Date: Sun, 19 Jan 2025 14:10:20 -0600 Subject: [PATCH] Update deploy.yml (#64) --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d1d3a54..1d31282 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,10 +26,10 @@ jobs: run: yarn install - name: Build website run: yarn build - - name: Generate redirects - uses: dilanx/generate-redirects@v1 - with: - destination-directory: ./dist + # - name: Generate redirects + # uses: dilanx/generate-redirects@v1 + # with: + # destination-directory: ./dist - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: