Skip to content

Commit

Permalink
remove parent-level dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Oct 21, 2024
1 parent 6721fe0 commit 4c211d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ jobs:
- name: Fetch schemas and package files from main
run: |
git fetch origin main
git checkout origin/main -- src/schemas src/errors package.json package-lock.json
git checkout origin/main -- src/schemas src/errors
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'

- name: Install parent-level dependencies
run: npm install
working-directory: ./

- name: Install docusaurus dependencies
run: npm install
working-directory: ./docusaurus
Expand Down

0 comments on commit 4c211d8

Please sign in to comment.