Skip to content

Commit

Permalink
ci: do not install git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed May 13, 2022
1 parent e86c7ee commit b1b6ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
env:
HUSKY: 0
- run: yarn build

- name: Deploy
Expand Down

0 comments on commit b1b6ca9

Please sign in to comment.