Skip to content

Commit

Permalink
Update website-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nliver authored and mergify[bot] committed Oct 24, 2022
1 parent 249213d commit 0f2364f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 16.x
- name: Install dependencies and build website
run: cd website && yarn install && yarn build
run: cd website && yarn install --frozen-lockfile && yarn build

- name: Deploy with Rsync
uses: burnett01/[email protected]
Expand Down

0 comments on commit 0f2364f

Please sign in to comment.