Skip to content

Commit

Permalink
chore: fix deploy site action
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed May 30, 2024
1 parent 6432d86 commit 2e4cb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e4cb04

Please sign in to comment.