Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bixel authored Jun 16, 2024
1 parent bc129c3 commit 8c9e7bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
ruby-version: 2.6
bundler-cache: true
- run: bundle install
- run: bundle exec htmlproofer $GITHUB_WORKSPACE/index.html
- run:
bundle exec htmlproofer
--ignore-status-codes 429
$GITHUB_WORKSPACE/index.html
- run: which rsync
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c9e7bc

Please sign in to comment.