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