From 2e4cb0491ec81b3774f1c60d7f933ceac491742c Mon Sep 17 00:00:00 2001 From: moldy Date: Thu, 30 May 2024 16:31:46 -0400 Subject: [PATCH] chore: fix deploy site action --- .github/workflows/deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index a165ae542e..e8c8036bbe 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -70,13 +70,13 @@ jobs: run: yarn - name: Build with Vocs - working-directory: site uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 2 retry_on: error command: | + cd site yarn build touch dist/.nojekyll