Skip to content

Commit

Permalink
deploy script improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Oct 4, 2023
1 parent 1ebb865 commit 2f7917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: 16.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn install
- run: yarn build
- uses: peaceiris/actions-gh-pages@v3
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 2f7917c

Please sign in to comment.