Skip to content

Commit

Permalink
Update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Nov 18, 2022
1 parent 8a52690 commit 4684b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- name: checkout to location
run: cd docusaurus-web

- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
Expand All @@ -27,7 +28,6 @@ jobs:
- name: Build website
working-directory: docusaurus-web
run: |
cd docusaurus-web
yarn install --frozen-lockfile
yarn build
Expand Down

0 comments on commit 4684b53

Please sign in to comment.