Skip to content

Commit

Permalink
remove yarn invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jan 23, 2025
1 parent 5381c83 commit 5815b60
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,12 @@ jobs:
node-version: 20
cache: npm

- name: Install Yarn
uses: actions/toolchain@v2
with:
toolchain: [email protected]
additional-tools: yarn

- name: Install dependencies
run: npm ci

- name: Build with VitePress
run: |
yarn docs:build
npm run docs:build
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
Expand Down

0 comments on commit 5815b60

Please sign in to comment.